From b5a5097ab534509637b9084095fc536693fd61a1 Mon Sep 17 00:00:00 2001 From: Hardik Date: Sun, 31 May 2026 08:49:58 +0530 Subject: [PATCH] feat(sidebar): add Sites to Administration section for admin Co-Authored-By: Claude Sonnet 4.6 --- App/components/layout/sidebar.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/App/components/layout/sidebar.tsx b/App/components/layout/sidebar.tsx index ee85010..fcd17bc 100644 --- a/App/components/layout/sidebar.tsx +++ b/App/components/layout/sidebar.tsx @@ -77,6 +77,7 @@ const MANAGER_ADMIN_ITEMS: NavItem[] = [ // Full Administration section (ADMIN only) const ADMIN_ITEMS: NavItem[] = [ { href: "/admin/vessels", label: "Cost Centres", icon: Ship }, + { href: "/admin/sites", label: "Sites", icon: MapPin }, { href: "/admin/users", label: "Users", icon: Users }, { href: "/admin/superuser-requests", label: "SuperUser Requests",icon: ShieldCheck }, { href: "/admin/accounts", label: "Accounting Codes", icon: Building2 },