diff --git a/frontend/src/components/dashboard/PerformanceCards.tsx b/frontend/src/components/dashboard/PerformanceCards.tsx index 66a0ad0f..6b18b1c9 100644 --- a/frontend/src/components/dashboard/PerformanceCards.tsx +++ b/frontend/src/components/dashboard/PerformanceCards.tsx @@ -70,10 +70,7 @@ export function PerformanceCards() { diff --git a/frontend/src/components/guides/GuideCard.tsx b/frontend/src/components/guides/GuideCard.tsx index c165017e..b0970d83 100644 --- a/frontend/src/components/guides/GuideCard.tsx +++ b/frontend/src/components/guides/GuideCard.tsx @@ -11,7 +11,7 @@ export function GuideCard({ guide }: GuideCardProps) { return (
diff --git a/frontend/src/components/layout/NavItem.tsx b/frontend/src/components/layout/NavItem.tsx index cf05ee74..743b3db2 100644 --- a/frontend/src/components/layout/NavItem.tsx +++ b/frontend/src/components/layout/NavItem.tsx @@ -48,7 +48,7 @@ export function NavItem({ href, icon: Icon, label, badge, iconColor, matchPaths, title={label} > {isActive && ( -
+
)} {badge !== undefined && badge !== 0 && badge !== 'dot' && ( @@ -76,7 +76,7 @@ export function NavItem({ href, icon: Icon, label, badge, iconColor, matchPaths, > {/* Active indicator bar */} {isActive && !isParentDimmed && ( -
+
)} diff --git a/frontend/src/components/maintenance/BatchLaunchModal.tsx b/frontend/src/components/maintenance/BatchLaunchModal.tsx index 85669e9b..55fe5184 100644 --- a/frontend/src/components/maintenance/BatchLaunchModal.tsx +++ b/frontend/src/components/maintenance/BatchLaunchModal.tsx @@ -192,7 +192,7 @@ export function BatchLaunchModal({ treeId, treeName, onClose, onLaunched }: Batc diff --git a/frontend/src/components/maintenance/BatchStatusCard.tsx b/frontend/src/components/maintenance/BatchStatusCard.tsx index 30844579..059bf097 100644 --- a/frontend/src/components/maintenance/BatchStatusCard.tsx +++ b/frontend/src/components/maintenance/BatchStatusCard.tsx @@ -132,7 +132,7 @@ export function BatchStatusCard({ session, targetLabel, treeId, batchId }: Batch {isNotStarted && (