diff --git a/frontend/src/app/pages/Dashboard/cards/BrowserCard.tsx b/frontend/src/app/pages/Dashboard/cards/BrowserCard.tsx index b57d3e3f..cb0c6e77 100644 --- a/frontend/src/app/pages/Dashboard/cards/BrowserCard.tsx +++ b/frontend/src/app/pages/Dashboard/cards/BrowserCard.tsx @@ -599,7 +599,6 @@ const BrowserCard: React.FC = ({ const isSearch = isGoogleSearch(activeUrl); const accentColor = c.accent.primary; - const accentHover = c.accent.hover; const glowingBrowserCards = useAppSelector((s) => s.dashboardLayout.glowingBrowserCards); const isGlowingFromRedux = !!glowingBrowserCards[browserId]; @@ -689,26 +688,6 @@ const BrowserCard: React.FC = ({ }} > - {agentActive && ( - - )} -