We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ab0c7c commit 2dfe1a2Copy full SHA for 2dfe1a2
1 file changed
frontend/components/navbar/NavbarActions.tsx
@@ -91,7 +91,7 @@ export const NavbarActions = ({
91
<Button
92
variant="ghost"
93
size="icon"
94
- className="relative"
+ className="relative cursor-pointer"
95
onClick={handleNotificationClick}
96
aria-label={`Notifications${hasUnreadNotifications ? " (unread)" : ""}`}
97
>
@@ -109,7 +109,7 @@ export const NavbarActions = ({
109
110
111
112
- className="overflow-hidden rounded-full p-0 transition-opacity hover:opacity-80"
+ className="cursor-pointer overflow-hidden rounded-full p-0 transition-opacity hover:opacity-80"
113
onClick={handleAvatarClick}
114
aria-label="User menu"
115
aria-expanded={isDropdownOpen}
0 commit comments