update player-bet label

This commit is contained in:
2026-03-01 19:43:00 +01:00
parent 4710d71835
commit b7af625a4c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ foreach ($players as $p) {
<?php endif; ?>
<span class="player-name">J<?php echo ($index + 1); ?> : <?php echo htmlspecialchars($p['name']); ?></span>
<span class="player-money"><?php echo $p['money']; ?> 🪙</span>
<span class="player-money"><?php echo $p['money']; ?> 🪙</span><br>
<span class="player-bet">Mise: <?php echo $p['current_bet'] ?? 0; ?> 🪙</span>
</div>
</div>