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 },