From 1f4e12298ed562a60146a92936ccc1fcd3a50878 Mon Sep 17 00:00:00 2001 From: Simon Franken Date: Fri, 13 Mar 2026 17:46:53 +0100 Subject: [PATCH] fix --- frontend/src/components/Layout.tsx | 4 ++-- frontend/src/components/TimerWidget.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/Layout.tsx b/frontend/src/components/Layout.tsx index 508398f..c4b9883 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 ? ( <>