From 1be6007f81488d0f186b44994fe8ee23385059a1 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 1 Aug 2024 02:02:04 +0900 Subject: feat(frontend): add minimal styling to game pages --- frontend/app/components/GolfPlayApps/GolfPlayAppConnecting.tsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'frontend/app/components/GolfPlayApps/GolfPlayAppConnecting.tsx') diff --git a/frontend/app/components/GolfPlayApps/GolfPlayAppConnecting.tsx b/frontend/app/components/GolfPlayApps/GolfPlayAppConnecting.tsx index e92a8e0..6a954c1 100644 --- a/frontend/app/components/GolfPlayApps/GolfPlayAppConnecting.tsx +++ b/frontend/app/components/GolfPlayApps/GolfPlayAppConnecting.tsx @@ -1,3 +1,11 @@ export default function GolfPlayAppConnecting() { - return
Connecting...
; + return ( +
+
+

+ Connecting... +

+
+
+ ); } -- cgit v1.2.3-70-g09d2