Skip to content

Commit efb9b94

Browse files
fixes & cleanup
1 parent 8598736 commit efb9b94

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

frontend/src/components/Navbar.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,7 @@ const Navbar = () => {
129129
</Link>
130130
</SignedOut>
131131
<SignedIn>
132-
{/* Notification bell}
133-
{/* {!isAdmin && (
132+
{!isAdmin && (
134133
<button
135134
onClick={handleNotificationsOpen}
136135
className='relative p-2 hover:bg-gray-100 rounded-full transition'
@@ -143,7 +142,7 @@ const Navbar = () => {
143142
</span>
144143
)}
145144
</button>
146-
)} */}
145+
)}
147146
<UserButton
148147
appearance={{
149148
elements: {

0 commit comments

Comments
 (0)