change button wording

This commit is contained in:
AlecM33
2022-07-05 22:24:22 -04:00
parent 09d146f970
commit b98a334125
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ export class GameStateRenderer {
})
.catch((res) => {
const button = document.getElementById('restart-game');
button.innerText = 'Run it back 🔄';
button.innerText = 'Restart Game 🔄';
button.classList.remove('submitted');
button.addEventListener('click', this.restartGameHandler);
toast(res.content, 'error', true, true, 'medium');

View File

@@ -227,7 +227,7 @@ export const HTMLFragments = {
<div id='game-player-list'></div>
</div>`,
RESTART_GAME_BUTTON:
'<button id=\'restart-game\' class=\'app-button\'>Run it back 🔄</button>',
'<button id=\'restart-game\' class=\'app-button\'>Restart Game 🔄</button>',
CREATE_GAME_DECK:
`<div id='deck-container'>
<div>