From fef26fdc2483e88c238c54a5ea633469f8167fc3 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 13 Oct 2025 05:59:32 -0400 Subject: [PATCH] fixed fonts --- src/components/CampaignTracker.tsx | 6 +++--- src/components/DashboardGrid.tsx | 4 ++-- src/components/flip-card.tsx | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/CampaignTracker.tsx b/src/components/CampaignTracker.tsx index b6227ff..796d550 100644 --- a/src/components/CampaignTracker.tsx +++ b/src/components/CampaignTracker.tsx @@ -81,15 +81,15 @@ const CampaignTracker = ({ handleMenuClick }: { handleMenuClick: () => void }) = {/* Status Cards */}
-
Indexed:
+
Indexed:
77%
-
Interlinked:
+
Interlinked:
5%
-
Publishing:
+
Publishing:
Locked
diff --git a/src/components/DashboardGrid.tsx b/src/components/DashboardGrid.tsx index 0694482..4ee94ef 100644 --- a/src/components/DashboardGrid.tsx +++ b/src/components/DashboardGrid.tsx @@ -619,7 +619,7 @@ export default function DashboardGrid() { hoveredIndex={hoverState.cardId === card.title ? hoverState.ringIndex : null} onHover={(index) => handleRingHover(card.title, index)} /> -
+
{card.title}
{/* Tags */} @@ -677,7 +677,7 @@ export default function DashboardGrid() { > -

{card.title}

+

{card.title}

{/*