Skip to content

Commit

Permalink
fix. #62-내정보 팝오버 버튼 호버 영역 버그 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ji-hunc committed Jan 22, 2025
1 parent 9e0bc20 commit 0b95536
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions src/components/Navigation/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,31 +173,31 @@ const Navigation: React.FC = () => {
/>
내 정보
</Button>
<Button variant="ghost" className="w-full justify-start">
<Image
style={{ cursor: "pointer", marginRight: "8px" }}
src={"/icons/heart.svg"}
width={18}
height={18}
alt="mypage"
/>
찜한 프로젝트
</Button>
<Button
onClick={handleLogout}
variant="ghost"
className="w-full justify-start"
>
<Image
style={{ cursor: "pointer", marginRight: "8px" }}
src={"/icons/power.svg"}
width={18}
height={18}
alt="mypage"
/>
로그아웃
</Button>
</PopoverClose>
<Button variant="ghost" className="w-full justify-start">
<Image
style={{ cursor: "pointer", marginRight: "8px" }}
src={"/icons/heart.svg"}
width={18}
height={18}
alt="mypage"
/>
찜한 프로젝트
</Button>
<Button
onClick={handleLogout}
variant="ghost"
className="w-full justify-start"
>
<Image
style={{ cursor: "pointer", marginRight: "8px" }}
src={"/icons/power.svg"}
width={18}
height={18}
alt="mypage"
/>
로그아웃
</Button>
</PopoverContent>
</Popover>
</div>
Expand Down

0 comments on commit 0b95536

Please sign in to comment.