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}