Skip to content

Commit 2dfe1a2

Browse files
committed
add cursor pointer to navbar btns
1 parent 1ab0c7c commit 2dfe1a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/components/navbar/NavbarActions.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export const NavbarActions = ({
9191
<Button
9292
variant="ghost"
9393
size="icon"
94-
className="relative"
94+
className="relative cursor-pointer"
9595
onClick={handleNotificationClick}
9696
aria-label={`Notifications${hasUnreadNotifications ? " (unread)" : ""}`}
9797
>
@@ -109,7 +109,7 @@ export const NavbarActions = ({
109109
<Button
110110
variant="ghost"
111111
size="icon"
112-
className="overflow-hidden rounded-full p-0 transition-opacity hover:opacity-80"
112+
className="cursor-pointer overflow-hidden rounded-full p-0 transition-opacity hover:opacity-80"
113113
onClick={handleAvatarClick}
114114
aria-label="User menu"
115115
aria-expanded={isDropdownOpen}

0 commit comments

Comments
 (0)