From 9e2f3b8543c36ff309ec269bda5b2437ed99a5c5 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 00:54:05 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/components/app-shell.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/app-shell.tsx b/src/components/app-shell.tsx index a689073..db29988 100644 --- a/src/components/app-shell.tsx +++ b/src/components/app-shell.tsx @@ -30,6 +30,7 @@ const NAV: NavItem[] = [ { to: "/cases", label: "Cases", icon: Briefcase }, { to: "/invoices", label: "Invoices", icon: Receipt }, { to: "/admin/users", label: "Users", icon: ShieldCheck, adminOnly: true }, + { to: "/settings", label: "Settings", icon: Settings, adminOnly: true }, ]; export function AppShell({ children }: { children: ReactNode }) {