From b6e8ad23e91aaf1f45169b33080de71a5a3fc13d Mon Sep 17 00:00:00 2001 From: "Lu[ke] Wilson" Date: Mon, 27 Jan 2025 17:05:49 +0000 Subject: [PATCH] fix play button --- index.html | 2 +- src/menu.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 6642416..a9eab64 100644 --- a/index.html +++ b/index.html @@ -125,7 +125,7 @@

🍝 welcome to nudel

(we use them all in nudel)

- +

diff --git a/src/menu.js b/src/menu.js index c4fdafc..12b72d1 100644 --- a/src/menu.js +++ b/src/menu.js @@ -10,6 +10,7 @@ const aboutButton = document.querySelector('#about-button'); const helpButton = document.querySelector('#help-button'); const aboutDialog = document.querySelector('#about-dialog'); const playButton = document.querySelector('#about-yes-button'); +console.log(playButton); menuButton.addEventListener('click', (e) => { menuContainer.classList.toggle('open');