Minor UI adjustment
This commit is contained in:
parent
c68418252e
commit
c3a604c952
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue