diff --git a/App/components/layout/sidebar.tsx b/App/components/layout/sidebar.tsx index 7c4da9d..5641f5f 100644 --- a/App/components/layout/sidebar.tsx +++ b/App/components/layout/sidebar.tsx @@ -69,7 +69,8 @@ const PURCHASING_ITEMS: NavItem[] = [...PURCHASING_STAFF, ...PURCHASING_MGMT]; // ── Administration section ──────────────────────────────────────────────────── // Vendors shown to MANAGER / ACCOUNTS under their own Administration header const MANAGER_ADMIN_ITEMS: NavItem[] = [ - { href: "/admin/vendors", label: "Vendors", icon: Store, roles: ["MANAGER", "ACCOUNTS", "ADMIN"] }, + { href: "/admin/vendors", label: "Vendors", icon: Store, roles: ["MANAGER", "ACCOUNTS", "ADMIN"] }, + { href: "/admin/products", label: "Items", icon: Package, roles: ["MANAGER", "ADMIN"] }, ]; // Full Administration section (ADMIN only)