fix: add Settings link to admin sidebar nav
This commit is contained in:
@@ -91,6 +91,7 @@ const NAV_ITEMS: Record<string, NavItem[]> = {
|
|||||||
{ label: 'Incidents', href: '/hse/incidents', icon: <IconList /> },
|
{ label: 'Incidents', href: '/hse/incidents', icon: <IconList /> },
|
||||||
{ label: 'CAPA', href: '/hse/capa', icon: <IconCheck /> },
|
{ label: 'CAPA', href: '/hse/capa', icon: <IconCheck /> },
|
||||||
{ label: 'Management', href: '/management', icon: <IconGrid /> },
|
{ label: 'Management', href: '/management', icon: <IconGrid /> },
|
||||||
|
{ label: 'Settings', href: '/hse/settings', icon: <IconSettings /> },
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user