Skip to content

Commit

Permalink
TEST CAUSE WONT FUCKING WORK
Browse files Browse the repository at this point in the history
  • Loading branch information
AsteroidusTv committed Oct 11, 2024
1 parent dfb5a51 commit 2a03fda
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions scripts/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ headerLink.forEach((link) => {
});
});

// Temp
// body.classList.toggle("is-hamburger-active");
// header.classList.toggle("is-hamburger-active");
// headerTitle.classList.toggle("is-hamburger-active");
// headerBackground.classList.toggle("is-hamburger-active");
// hamburgerMenu.classList.toggle("active");
// headerLinks.classList.toggle("is-hamburger-active");
// headerLink.forEach(el => el.classList.toggle('is-hamburger-active'));

body.classList.toggle("is-hamburger-active");
header.classList.toggle("is-hamburger-active");
headerTitle.classList.toggle("is-hamburger-active");
headerBackground.classList.toggle("is-hamburger-active");
hamburgerMenu.classList.toggle("active");
headerLinks.classList.toggle("is-hamburger-active");
headerLink.forEach(el => el.classList.toggle('is-hamburger-active'));

0 comments on commit 2a03fda

Please sign in to comment.