aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2021-05-07 21:58:48 -0500
committerAnthony Wang2021-05-07 21:58:48 -0500
commitc3a604c9526143c742dc01c62c047c904fc6885a (patch)
tree355ef8e0e55e6316ceee1583c16863643a8056bb
parentc68418252eae1ea2ae8c71c97c298361542075f0 (diff)
Minor UI adjustmentv0.2-beta
-rw-r--r--front/pages/index.tsx4
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>