Skip to content

Commit

Permalink
Merge pull request #441 from TanviPoddar/Tanvi
Browse files Browse the repository at this point in the history
Sound Button Label Corrected in Game
  • Loading branch information
ayush-t02 authored Jul 2, 2024
2 parents 7c98d72 + 7934dd7 commit 42cfdb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<!-- Game Page -->
<div class="board" style="margin-top: 154px;"></div>
<button id="sound-toggle" style="background-color: grey; color: white; border: none; padding: 10px 20px; font-size: 16px; cursor: pointer;">Sound ON</button>
<button id="sound-toggle" style="background-color: grey; color: white; border: none; padding: 10px 20px; font-size: 16px; cursor: pointer;">Sound Off</button>



Expand Down

0 comments on commit 42cfdb8

Please sign in to comment.