diff --git a/src/ui/components/TotalVolumeCard.tsx b/src/ui/components/TotalVolumeCard.tsx index 8e4aaaa..88b21f5 100644 --- a/src/ui/components/TotalVolumeCard.tsx +++ b/src/ui/components/TotalVolumeCard.tsx @@ -13,7 +13,7 @@ export function TotalVolumeCard(): React.ReactElement { ); if (isLoading) { - return
; + return ; } const percentage = totalGoal > 0 ? Math.min((totalVolume / totalGoal) * 100, 100) : 0; @@ -27,23 +27,32 @@ export function TotalVolumeCard(): React.ReactElement { }; return ( -+ Total Weekly Volume +
+Target {totalGoal}
+sets/week
+Target: {totalGoal} sets/week