Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Update frontend/src/components/Layout.jsx
Browse files
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: '
|
| 200 |
} else if (user?.role === 'support_engineer') {
|
| 201 |
-
navItems.push({ to: '/support', label: 'Global Management', icon: '
|
| 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 (
|