diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-03-04 22:05:46 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-03-04 22:05:46 +0900 |
| commit | 9c61843bdbd67d3c026bd8fc1a82f5cb9a984131 (patch) | |
| tree | 75b41b207d636e978c788bb23e0deb8eff92675f /frontend/app/components/GolfPlayApps/GolfPlayAppStarting.tsx | |
| parent | 904bd8ed4abbd9e9497232773f7aaa4b209f8e35 (diff) | |
| download | iosdc-japan-2025-albatross-9c61843bdbd67d3c026bd8fc1a82f5cb9a984131.tar.gz iosdc-japan-2025-albatross-9c61843bdbd67d3c026bd8fc1a82f5cb9a984131.tar.zst iosdc-japan-2025-albatross-9c61843bdbd67d3c026bd8fc1a82f5cb9a984131.zip | |
update site name
Diffstat (limited to 'frontend/app/components/GolfPlayApps/GolfPlayAppStarting.tsx')
| -rw-r--r-- | frontend/app/components/GolfPlayApps/GolfPlayAppStarting.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/components/GolfPlayApps/GolfPlayAppStarting.tsx b/frontend/app/components/GolfPlayApps/GolfPlayAppStarting.tsx index b41dfed..07b93d6 100644 --- a/frontend/app/components/GolfPlayApps/GolfPlayAppStarting.tsx +++ b/frontend/app/components/GolfPlayApps/GolfPlayAppStarting.tsx @@ -10,7 +10,7 @@ export default function GolfPlayAppStarting({ gameDisplayName }: Props) { return ( <div className="min-h-screen bg-gray-100 flex flex-col"> - <div className="text-white bg-iosdc-japan p-10 text-center"> + <div className="text-white bg-sky-600 p-10 text-center"> <div className="text-4xl font-bold">{gameDisplayName}</div> </div> <div className="text-center text-black font-black text-10xl"> |
