Skip to content

Commit

Permalink
add task solution
Browse files Browse the repository at this point in the history
  • Loading branch information
lublubuterbrodi committed Oct 30, 2024
1 parent 4318bf9 commit 584deae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ startButton.addEventListener('click', () => {
loseMessage.classList.add('hidden');
startButton.textContent = 'Restart';
startButton.style.fontSize = '16px';
startButton.classList.remove('start');
startButton.classList.add('restart');

startButton.blur();
});

0 comments on commit 584deae

Please sign in to comment.