We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8598736 commit efb9b94Copy full SHA for efb9b94
frontend/src/components/Navbar.tsx
@@ -129,8 +129,7 @@ const Navbar = () => {
129
</Link>
130
</SignedOut>
131
<SignedIn>
132
- {/* Notification bell}
133
- {/* {!isAdmin && (
+ {!isAdmin && (
134
<button
135
onClick={handleNotificationsOpen}
136
className='relative p-2 hover:bg-gray-100 rounded-full transition'
@@ -143,7 +142,7 @@ const Navbar = () => {
143
142
</span>
144
)}
145
</button>
146
- )} */}
+ )}
147
<UserButton
148
appearance={{
149
elements: {
0 commit comments