diff options
-rw-r--r-- | front/pages/index.tsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/front/pages/index.tsx b/front/pages/index.tsx index bae7955..9dd7293 100644 --- a/front/pages/index.tsx +++ b/front/pages/index.tsx @@ -122,7 +122,9 @@ export default function Game() { </li> ))} </ul> - {gameState.playerTurn+` will go first this round!`} + <div> + {gameState.playerTurn+` will go first this round!`} + </div> {`Rearrange your card stack from top to bottom!`} <div> <p>Your cards:</p> |