diff --git a/frontend/src/components/StatCard.tsx b/frontend/src/components/StatCard.tsx index 3627e7b..64e577f 100644 --- a/frontend/src/components/StatCard.tsx +++ b/frontend/src/components/StatCard.tsx @@ -24,13 +24,13 @@ export function StatCard({ icon: Icon, label, value, color, indicator }: StatCar

{label}

-

{value}

{indicator && ( )} +

{value}

diff --git a/frontend/src/pages/DashboardPage.tsx b/frontend/src/pages/DashboardPage.tsx index 94de5e3..24327d0 100644 --- a/frontend/src/pages/DashboardPage.tsx +++ b/frontend/src/pages/DashboardPage.tsx @@ -145,7 +145,7 @@ export function DashboardPage() {
{target.hasOngoingTimer && ( )}