diff options
author | Anthony Wang | 2021-05-07 21:58:48 -0500 |
---|---|---|
committer | Anthony Wang | 2021-05-07 21:58:48 -0500 |
commit | c3a604c9526143c742dc01c62c047c904fc6885a (patch) | |
tree | 355ef8e0e55e6316ceee1583c16863643a8056bb | |
parent | c68418252eae1ea2ae8c71c97c298361542075f0 (diff) |
Minor UI adjustmentv0.2-beta
-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> |