From fbe3a7eeae9d2b2c972ab6d2c30eb7aee41b0ecf Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 12 Aug 2024 06:39:36 +0900 Subject: feat(frontend): improve watch page styling --- frontend/app/components/GolfWatchApp.client.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'frontend/app/components/GolfWatchApp.client.tsx') diff --git a/frontend/app/components/GolfWatchApp.client.tsx b/frontend/app/components/GolfWatchApp.client.tsx index b2f3b69..15b78dc 100644 --- a/frontend/app/components/GolfWatchApp.client.tsx +++ b/frontend/app/components/GolfWatchApp.client.tsx @@ -246,11 +246,13 @@ export default function GolfWatchApp({ } else if (gameState === "gaming") { return ( ); } else if (gameState === "finished") { -- cgit v1.2.3-70-g09d2