diff --git a/client/game/Game.tsx b/client/game/Game.tsx index dd887d0..b056465 100644 --- a/client/game/Game.tsx +++ b/client/game/Game.tsx @@ -90,7 +90,7 @@ export default function Game(props: GameProps): JSX.Element { ) : (
- {maybeIsGameWinner ? "You Lose!" : "You Win!"} + {maybeIsGameWinner ? "You Win!" : "You Lose!"}
)}