diff options
Diffstat (limited to 'frontend/app/components/GolfPlayApps/GolfPlayAppGaming.tsx')
| -rw-r--r-- | frontend/app/components/GolfPlayApps/GolfPlayAppGaming.tsx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/frontend/app/components/GolfPlayApps/GolfPlayAppGaming.tsx b/frontend/app/components/GolfPlayApps/GolfPlayAppGaming.tsx index b1b6f80..0931f73 100644 --- a/frontend/app/components/GolfPlayApps/GolfPlayAppGaming.tsx +++ b/frontend/app/components/GolfPlayApps/GolfPlayAppGaming.tsx @@ -72,12 +72,9 @@ export default function GolfPlayAppGaming({ <LeftTime sec={leftTimeSeconds} /> </div> <Link to={"/dashboard"}> - <div className="flex gap-4 my-auto font-bold"> + <div className="flex gap-6 items-center font-bold"> <div className="text-6xl">{score}</div> - <div className="text-end"> - <div className="text-gray-100">Player 1</div> - <div className="text-2xl">{playerProfile.displayName}</div> - </div> + <div className="text-4xl">{playerProfile.displayName}</div> {playerProfile.iconPath && ( <UserIcon iconPath={playerProfile.iconPath} |
