Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmavis committed Sep 26, 2024
1 parent 1f9d153 commit 36592a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/js/primary-nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ let primaryNav = {
setBodyHeight(openMenu);
}

// temporary hide the donate banner when the menu is open
// temporarily hide the donate banner when the menu is open
function toggleDonateBanner(hideDonateBanner) {
const donateBanner = document.querySelector(`.donate-banner`);

Expand Down

0 comments on commit 36592a8

Please sign in to comment.