From 94777868a06d56d693eff331026a47b25405c80d Mon Sep 17 00:00:00 2001 From: Estefany Perez Date: Mon, 29 Apr 2024 19:06:39 -0500 Subject: [PATCH] ? --- html/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/html/index.html b/html/index.html index c9b40d0..d998afd 100644 --- a/html/index.html +++ b/html/index.html @@ -311,6 +311,8 @@

Player 2 Name

const gamePage = document.querySelector(".game-page"); lobbyPage.style.display = "none"; gamePage.style.display = "block"; + //here + landingPage.style.display = "none"; if (playerNickItems.length > 0) {