aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/app')
-rw-r--r--frontend/app/components/GolfWatchApps/GolfWatchAppGaming.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/components/GolfWatchApps/GolfWatchAppGaming.tsx b/frontend/app/components/GolfWatchApps/GolfWatchAppGaming.tsx
index 2bc5d55..e8ac825 100644
--- a/frontend/app/components/GolfWatchApps/GolfWatchAppGaming.tsx
+++ b/frontend/app/components/GolfWatchApps/GolfWatchAppGaming.tsx
@@ -89,7 +89,7 @@ export default function GolfWatchAppGaming({
/>
<div className="grow grid grid-cols-3 p-4 gap-4">
<CodeBlock code={playerInfoA.code ?? ""} language="swift" />
- <div className="flex flex-col gap-4 justify-between">
+ <div className="flex flex-col gap-4">
<div className="grid grid-cols-2 gap-4">
<SubmitResult result={playerInfoA.submitResult} />
<SubmitResult result={playerInfoB.submitResult} />