diff --git a/components/layout/sidebar.tsx b/components/layout/sidebar.tsx index 41d8510..4ade245 100644 --- a/components/layout/sidebar.tsx +++ b/components/layout/sidebar.tsx @@ -91,6 +91,7 @@ const NAV_ITEMS: Record = { { label: 'Incidents', href: '/hse/incidents', icon: }, { label: 'CAPA', href: '/hse/capa', icon: }, { label: 'Management', href: '/management', icon: }, + { label: 'Settings', href: '/hse/settings', icon: }, ], }