Skip to content

Commit

Permalink
Update header.js
Browse files Browse the repository at this point in the history
  • Loading branch information
chertik77 committed Oct 1, 2023
1 parent 4cf0b0d commit 416f912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ function onHeaderBurgerBtnClick(e) {
}
headerBurgerModal.close();
enablePageScroll();
headerBurgerIcon.firstElementChild.outerHTML = '<use href="./img/icons.svg#icon-burger"></use>';
headerBurgerIcon.firstElementChild.outerHTML = '<use href="./icons.svg#icon-burger"></use>';
}
}

0 comments on commit 416f912

Please sign in to comment.