diff --git a/frontend/src/components/Layout.tsx b/frontend/src/components/Layout.tsx index 508398f..5e96334 100644 --- a/frontend/src/components/Layout.tsx +++ b/frontend/src/components/Layout.tsx @@ -4,9 +4,9 @@ import { TimerWidget } from './TimerWidget'; export function Layout() { return ( -
+
-
+
diff --git a/frontend/src/components/TimerWidget.tsx b/frontend/src/components/TimerWidget.tsx index b4dee5f..7146bf1 100644 --- a/frontend/src/components/TimerWidget.tsx +++ b/frontend/src/components/TimerWidget.tsx @@ -147,7 +147,7 @@ export function TimerWidget() { if (isLoading) { return ( -
+
@@ -156,7 +156,7 @@ export function TimerWidget() { } return ( -
+
{ongoingTimer ? ( <>