diff --git a/UI/src/components/Layout.tsx b/UI/src/components/Layout.tsx index f8e9695..4536a69 100644 --- a/UI/src/components/Layout.tsx +++ b/UI/src/components/Layout.tsx @@ -80,13 +80,22 @@ export function Layout({ children }: { children: ReactNode }) { > Settings - setMenuOpen(false)} + > + Notifications + + {user?.role === "ADMIN" && ( + setMenuOpen(false)} > - Notifications + Admin + )} ))} +