Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
estefany-p committed Apr 30, 2024
1 parent 18a1c29 commit 9477786
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,8 @@ <h2> Player 2 Name</h2>
const gamePage = document.querySelector(".game-page");
lobbyPage.style.display = "none";
gamePage.style.display = "block";
//here
landingPage.style.display = "none";


if (playerNickItems.length > 0) {
Expand Down

0 comments on commit 9477786

Please sign in to comment.