Skip to content

Commit 1395a7f

Browse files
fix(ui): add pointer cursor to home screen Profile icon on hover
Signed-off-by: greedy-wudpeckr <mudituiet@gmail.com>
1 parent 967ebfa commit 1395a7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/HomeComponents/Navbar/NavbarDesktop.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export const NavbarDesktop = (
121121
<div className="hidden md:flex items-center gap-2">
122122
<DropdownMenu>
123123
<DropdownMenuTrigger asChild>
124-
<Avatar>
124+
<Avatar className="cursor-pointer">
125125
<AvatarImage src={props.imgurl} />
126126
<AvatarFallback>CN</AvatarFallback>
127127
</Avatar>

0 commit comments

Comments
 (0)