diff --git a/web/src/components/layout/sidebar.tsx b/web/src/components/layout/sidebar.tsx index 2b89ebcc..240cf2f8 100644 --- a/web/src/components/layout/sidebar.tsx +++ b/web/src/components/layout/sidebar.tsx @@ -178,6 +178,15 @@ export function Sidebar({ user }: SidebarProps) { exact /> + + +
+ Settings +
+ {settingsNav.map((item) => ( + + ))} + {user?.role === 'superadmin' && ( <> @@ -189,15 +198,6 @@ export function Sidebar({ user }: SidebarProps) { ))} )} - - - -
- Settings -
- {settingsNav.map((item) => ( - - ))} {user && (