Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Durgesh4993 authored Mar 20, 2024
1 parent 603b6af commit 2f51a82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ const showcase = document.querySelector('.showcase');
menuToggle.addEventListener('click', () => {

menuToggle.classList.toggle('active');

showcase.classList.toggle('active');
})

0 comments on commit 2f51a82

Please sign in to comment.