Skip to content

Commit

Permalink
changes made
Browse files Browse the repository at this point in the history
  • Loading branch information
Meenakshi committed Jun 5, 2024
1 parent 105465f commit 57c7c26
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -4103,12 +4103,3 @@ window.game = new Game();




document.addEventListener("DOMContentLoaded", function () {
const hamburgerMenu = document.querySelector('.hamburger-menu');
const navMenu = document.querySelector('.nav-menu');

hamburgerMenu.addEventListener('click', function () {
navMenu.classList.toggle('active');
});
});

0 comments on commit 57c7c26

Please sign in to comment.