diff --git a/src/components/app-shell.tsx b/src/components/app-shell.tsx index 140c5f0..65e7e89 100644 --- a/src/components/app-shell.tsx +++ b/src/components/app-shell.tsx @@ -110,6 +110,22 @@ export function AppShell({ children }: { children: ReactNode }) {
+ {/* Desktop top toolbar */} +
+ + + + + + + + +
{NAV.filter((n) => !n.adminOnly || isAdmin).map((item) => { const active = item.to === "/" ? location.pathname === "/" : location.pathname.startsWith(item.to);