Skip to content

Commit

Permalink
Merge pull request #2 from TechnoFlask/main
Browse files Browse the repository at this point in the history
Update script.js
  • Loading branch information
sayan-iiitian authored May 10, 2024
2 parents b5dda19 + b994846 commit dbc116d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ var links=document.querySelector(".nav-list li");

hamburger.addEventListener("click",function(){
this.classList.toggle("click");
navlist.classList.toggle("open");
});
navlist.classList.toggle("open")
});

0 comments on commit dbc116d

Please sign in to comment.