From 117a639fe34c737dfad4ea75c192805f534029c5 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 13 Oct 2025 05:46:38 -0400 Subject: [PATCH] minor fixes --- src/components/CampaignTracker.tsx | 2 +- src/components/DashboardGrid.tsx | 6 +++--- src/pages/Portfolio.tsx | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/CampaignTracker.tsx b/src/components/CampaignTracker.tsx index 9dc4546..b6227ff 100644 --- a/src/components/CampaignTracker.tsx +++ b/src/components/CampaignTracker.tsx @@ -104,7 +104,7 @@ const CampaignTracker = ({ handleMenuClick }: { handleMenuClick: () => void }) = {/* Section Title and Progress */}

- {section.title}: {section.current} /{section.total} + {section.title}: {section.current}/{section.total}

{section.icons.map((icon, iconIndex) => ( diff --git a/src/components/DashboardGrid.tsx b/src/components/DashboardGrid.tsx index 2fafeeb..0694482 100644 --- a/src/components/DashboardGrid.tsx +++ b/src/components/DashboardGrid.tsx @@ -460,9 +460,9 @@ export default function DashboardGrid() {
-
- {value} - {extra && {extra}} +
+ {value} + {extra && {extra}} {tooltipText &&
{ diff --git a/src/pages/Portfolio.tsx b/src/pages/Portfolio.tsx index 9be39be..5e5f3c7 100644 --- a/src/pages/Portfolio.tsx +++ b/src/pages/Portfolio.tsx @@ -166,7 +166,7 @@ function Portfolio() {
- +
{row.title}
{row.DR}