Skip to content

Commit

Permalink
[KAN-10] style: profile 커서포인터 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hakyoung12 committed Sep 6, 2024
1 parent c1edb78 commit 5147919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/Gnb/UserStatus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const UserStatus = () => {
{user ? (
<div className='relative' ref={dropDownRef}>
<Profile
className='size-40'
className='size-40 cursor-pointer'
onClick={() => setIsOpen((prev) => !prev)}
/>
{isOpen && (
Expand Down

0 comments on commit 5147919

Please sign in to comment.