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

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('/dashboard')}
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" />