diff --git a/frontend/src/pages/StatisticsPage.tsx b/frontend/src/pages/StatisticsPage.tsx index c721bfc..924cab6 100644 --- a/frontend/src/pages/StatisticsPage.tsx +++ b/frontend/src/pages/StatisticsPage.tsx @@ -155,26 +155,28 @@ export function StatisticsPage() { {/* Total Hours Display */}
-
-
-

- Total Working Time -

-

- {isLoading ? ( - Loading... - ) : ( - formatDuration(statistics?.totalSeconds || 0) - )} +

+
+
+

+ Total Working Time +

+

+ {isLoading ? ( + Loading... + ) : ( + formatDuration(statistics?.totalSeconds || 0) + )} +

+
+

+ {statistics?.entryCount || 0} time entries

-

- {statistics?.entryCount || 0} time entries -

{/* Breakdown by Project */}