larxius commited on
Commit
9ab740f
·
verified ·
1 Parent(s): 2ef9800

Update frontend/src/components/Layout.jsx

Browse files
Files changed (1) hide show
  1. frontend/src/components/Layout.jsx +2 -2
frontend/src/components/Layout.jsx CHANGED
@@ -196,9 +196,9 @@ export const Layout = ({ children }) => {
196
  }
197
 
198
  if (user?.role === 'super_admin') {
199
- navItems.push({ to: '/super-admin', label: 'Global Management', icon: 'admin_panel_settings' });
200
  } else if (user?.role === 'support_engineer') {
201
- navItems.push({ to: '/support', label: 'Global Management', icon: 'admin_panel_settings' });
202
  }
203
 
204
  return (
 
196
  }
197
 
198
  if (user?.role === 'super_admin') {
199
+ navItems.push({ to: '/super-admin', label: 'Global Management', icon: 'support_agent' });
200
  } else if (user?.role === 'support_engineer') {
201
+ navItems.push({ to: '/support', label: 'Global Management', icon: 'support_agent' });
202
  }
203
 
204
  return (