From 8e0112836f30b56b3c3828509a689ed226bda873 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 03:42:12 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/components/app-shell.tsx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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);