Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Update frontend/src/pages/SupportEngineerPanel.jsx
Browse files
frontend/src/pages/SupportEngineerPanel.jsx
CHANGED
|
@@ -666,7 +666,7 @@ export const SupportEngineerPanel = () => {
|
|
| 666 |
Sync Metrics
|
| 667 |
</button>
|
| 668 |
<button
|
| 669 |
-
onClick={() => navigate('/
|
| 670 |
className="flex items-center gap-1.5 px-3.5 py-1.5 bg-surface-container border border-outline-variant hover:bg-surface-container-high text-on-surface rounded-lg font-bold text-[12.5px] cursor-pointer transition-all shadow-2xs"
|
| 671 |
>
|
| 672 |
<BarChart3 className="w-3.5 h-3.5 text-primary" />
|
|
|
|
| 666 |
Sync Metrics
|
| 667 |
</button>
|
| 668 |
<button
|
| 669 |
+
onClick={() => navigate('/organization')}
|
| 670 |
className="flex items-center gap-1.5 px-3.5 py-1.5 bg-surface-container border border-outline-variant hover:bg-surface-container-high text-on-surface rounded-lg font-bold text-[12.5px] cursor-pointer transition-all shadow-2xs"
|
| 671 |
>
|
| 672 |
<BarChart3 className="w-3.5 h-3.5 text-primary" />
|