diff --git a/frontend/src/pages/ExecutiveDashboardPage.tsx b/frontend/src/pages/ExecutiveDashboardPage.tsx index 3294384..3ab7cbf 100644 --- a/frontend/src/pages/ExecutiveDashboardPage.tsx +++ b/frontend/src/pages/ExecutiveDashboardPage.tsx @@ -76,7 +76,15 @@ function ScoreGauge({ score, label }: { score: number; label: string }) { / 100 - {label} +
+ {label} + +
); }