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/GolfPlayAppWaiting.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/GolfPlayAppWaiting.tsx')
| -rw-r--r-- | frontend/app/components/GolfPlayApps/GolfPlayAppWaiting.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/components/GolfPlayApps/GolfPlayAppWaiting.tsx b/frontend/app/components/GolfPlayApps/GolfPlayAppWaiting.tsx index 706dc8f..4b74c0d 100644 --- a/frontend/app/components/GolfPlayApps/GolfPlayAppWaiting.tsx +++ b/frontend/app/components/GolfPlayApps/GolfPlayAppWaiting.tsx @@ -12,7 +12,7 @@ export default function GolfPlayAppWaiting({ }: Props) { return ( <div className="min-h-screen bg-gray-100 flex flex-col font-bold text-center"> - <div className="text-white bg-iosdc-japan p-10"> + <div className="text-white bg-sky-600 p-10"> <div className="text-4xl">{gameDisplayName}</div> </div> <div className="grow grid mx-auto text-black"> |
