From a072ec0a3efb6517f14b70b6e7b5ff4d2053218d Mon Sep 17 00:00:00 2001 From: weeihan Date: Sun, 12 Jul 2026 22:27:00 +0800 Subject: [PATCH] fix: add Settings link to admin sidebar nav --- components/layout/sidebar.tsx | 1 + 1 file changed, 1 insertion(+) 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: }, ], }