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');