diff options
author | Anthony Wang | 2021-05-07 21:57:20 -0500 |
---|---|---|
committer | Anthony Wang | 2021-05-07 21:57:20 -0500 |
commit | c68418252eae1ea2ae8c71c97c298361542075f0 (patch) | |
tree | 0df37c33f72b863052a444ec6a10ef38542951c1 /front | |
parent | d1c0d54c40b11c44c7531911bec37ebbe550d33e (diff) |
Add more info on round 0
Diffstat (limited to 'front')
-rw-r--r-- | front/pages/index.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/front/pages/index.tsx b/front/pages/index.tsx index 4bb154d..bae7955 100644 --- a/front/pages/index.tsx +++ b/front/pages/index.tsx @@ -122,6 +122,7 @@ export default function Game() { </li> ))} </ul> + {gameState.playerTurn+` will go first this round!`} {`Rearrange your card stack from top to bottom!`} <div> <p>Your cards:</p> |