diff --git a/apps/web/src/components/dashboard/widgets/StatCardsWidget.tsx b/apps/web/src/components/dashboard/widgets/StatCardsWidget.tsx index ba097f4..beab32b 100644 --- a/apps/web/src/components/dashboard/widgets/StatCardsWidget.tsx +++ b/apps/web/src/components/dashboard/widgets/StatCardsWidget.tsx @@ -59,11 +59,13 @@ function StatCard({ ) : ( - - - +
+ + + +
)} - {sub && {sub}} + {sub &&

{sub}

} );