Skip to content

Commit 4e1b448

Browse files
chore: make profile clickable (#40)
Simply use https://developer.mozilla.org/en-US/docs/Web/CSS/cursor.
1 parent e108eb9 commit 4e1b448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/user-menu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const UserMenu = () => {
2424
return (
2525
<DropdownMenu>
2626
<DropdownMenuTrigger asChild>
27-
<Avatar className="relative ml-3">
27+
<Avatar className="relative ml-3 cursor-pointer ">
2828
<AvatarImage src="https://github.com/d4vidsha.png" />
2929
<AvatarFallback>CN</AvatarFallback>
3030
</Avatar>

0 commit comments

Comments
 (0)