From 2403734bf3f261940aa4f323eaa5d8206cfb1ba5 Mon Sep 17 00:00:00 2001 From: Guus Date: Thu, 21 Aug 2025 18:36:46 +0200 Subject: [PATCH] fix clock position --- frontend/src/app/lobby/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/lobby/page.tsx b/frontend/src/app/lobby/page.tsx index ed911d5..d8ec983 100644 --- a/frontend/src/app/lobby/page.tsx +++ b/frontend/src/app/lobby/page.tsx @@ -323,6 +323,7 @@ export default function Lobby() { return (
+
{(state == "playing" || state == "waiting") && ( @@ -335,7 +336,6 @@ export default function Lobby() {
)}
-