aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/components/GolfPlayApps/GolfPlayAppFinished.tsx
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-08-22 03:57:05 +0900
committernsfisis <nsfisis@gmail.com>2024-08-22 12:02:01 +0900
commita2b6ed9cd67f1406a6656bce9b3d51b55378ac1e (patch)
treec3f5f686b1043c3704acbcb41eb35c0af6de81b2 /frontend/app/components/GolfPlayApps/GolfPlayAppFinished.tsx
parent922bc6a1f52d8f01600e9a61ce31963075ec59a5 (diff)
downloadiosdc-japan-2024-albatross-a2b6ed9cd67f1406a6656bce9b3d51b55378ac1e.tar.gz
iosdc-japan-2024-albatross-a2b6ed9cd67f1406a6656bce9b3d51b55378ac1e.tar.zst
iosdc-japan-2024-albatross-a2b6ed9cd67f1406a6656bce9b3d51b55378ac1e.zip
feat(frontend): jotai for play app
Diffstat (limited to 'frontend/app/components/GolfPlayApps/GolfPlayAppFinished.tsx')
-rw-r--r--frontend/app/components/GolfPlayApps/GolfPlayAppFinished.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/components/GolfPlayApps/GolfPlayAppFinished.tsx b/frontend/app/components/GolfPlayApps/GolfPlayAppFinished.tsx
index c3ef2d4..c218414 100644
--- a/frontend/app/components/GolfPlayApps/GolfPlayAppFinished.tsx
+++ b/frontend/app/components/GolfPlayApps/GolfPlayAppFinished.tsx
@@ -2,7 +2,7 @@ export default function GolfPlayAppFinished() {
return (
<div className="min-h-screen bg-gray-100 flex items-center justify-center">
<div className="text-center">
- <h1 className="text-4xl font-bold text-black-600 mb-4">Finished</h1>
+ <div className="text-6xl font-bold text-black">終了</div>
</div>
</div>
);