aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'frontend')
-rw-r--r--frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx10
1 files changed, 5 insertions, 5 deletions
diff --git a/frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx b/frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx
index a17b301..54a5895 100644
--- a/frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx
+++ b/frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx
@@ -68,18 +68,18 @@ export default function GolfWatchAppGaming1v1({
<div className={`text-white ${topBg} grid grid-cols-3 px-4 py-2`}>
<div className="font-bold flex gap-4 justify-start md:justify-between items-center my-auto">
<div className="flex gap-6 items-center">
- {playerProfileB?.iconPath && (
+ {playerProfileA?.iconPath && (
<UserIcon
- iconPath={playerProfileB.iconPath}
- displayName={playerProfileB.displayName}
+ iconPath={playerProfileA.iconPath}
+ displayName={playerProfileA.displayName}
className="w-12 h-12 my-auto"
/>
)}
<div className="hidden md:block text-4xl">
- {playerProfileB?.displayName}
+ {playerProfileA?.displayName}
</div>
</div>
- <div className="text-2xl md:text-6xl">{scoreB}</div>
+ <div className="text-2xl md:text-6xl">{scoreA}</div>
</div>
<div className="font-bold text-center">
<div className="text-gray-100">{gameDisplayName}</div>