Refactor JS constants

This commit is contained in:
Christoph Hagen
2021-12-21 09:40:40 +01:00
parent 3a95e1c990
commit 5d6ad89b56
2 changed files with 59 additions and 53 deletions

View File

@ -24,7 +24,7 @@
</div>
<div id="game-bar">
<button id="leave-table" class="standard-button" onclick="leaveTable()">Leave table</button>
<span id="table-connected-label">Disconnected</span>
<span id="table-name-label">Table</span>
</div>
</div>