larxius commited on
Commit
3713086
·
verified ·
1 Parent(s): 69f39d6

Update frontend/src/pages/SupportEngineerPanel.jsx

Browse files
frontend/src/pages/SupportEngineerPanel.jsx CHANGED
@@ -653,7 +653,7 @@ export const SupportEngineerPanel = () => {
653
  onClick={openActiveScansModal}
654
  className="w-full bg-surface-container border border-outline-variant text-primary py-2.5 rounded-xl text-[13px] font-bold hover:bg-primary/10 hover:border-primary/30 cursor-pointer transition-colors flex items-center justify-center gap-2 shadow-2xs"
655
  >
656
- <span className="material-symbols-outlined text-[18px]">screen_search</span>
657
  Inspect Active Scans
658
  </button>
659
  </div>
 
653
  onClick={openActiveScansModal}
654
  className="w-full bg-surface-container border border-outline-variant text-primary py-2.5 rounded-xl text-[13px] font-bold hover:bg-primary/10 hover:border-primary/30 cursor-pointer transition-colors flex items-center justify-center gap-2 shadow-2xs"
655
  >
656
+ <Eye className="w-4 h-4 text-primary" />
657
  Inspect Active Scans
658
  </button>
659
  </div>