From 66cb651b106f24a56fbdb94f8a45fabddaf5a85a Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 21 Aug 2024 00:35:41 +0900 Subject: fix(frontend): fix invalid class name in starting page --- frontend/app/components/GolfPlayApps/GolfPlayAppStarting.tsx | 2 +- frontend/app/components/GolfWatchApps/GolfWatchAppStarting.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/app/components/GolfPlayApps/GolfPlayAppStarting.tsx b/frontend/app/components/GolfPlayApps/GolfPlayAppStarting.tsx index 06e3825..a42c883 100644 --- a/frontend/app/components/GolfPlayApps/GolfPlayAppStarting.tsx +++ b/frontend/app/components/GolfPlayApps/GolfPlayAppStarting.tsx @@ -10,7 +10,7 @@ export default function GolfPlayAppStarting({ return (
-
{gameDisplayName}
+
{gameDisplayName}
{leftTimeSeconds} diff --git a/frontend/app/components/GolfWatchApps/GolfWatchAppStarting.tsx b/frontend/app/components/GolfWatchApps/GolfWatchAppStarting.tsx index 74f2a43..cd4195d 100644 --- a/frontend/app/components/GolfWatchApps/GolfWatchAppStarting.tsx +++ b/frontend/app/components/GolfWatchApps/GolfWatchAppStarting.tsx @@ -10,7 +10,7 @@ export default function GolfWatchAppStarting({ return (
-
{gameDisplayName}
+
{gameDisplayName}
{leftTimeSeconds} -- cgit v1.2.3-70-g09d2