Skip to content

Commit

Permalink
Make buttons work
Browse files Browse the repository at this point in the history
  • Loading branch information
ReshetS committed Apr 14, 2024
1 parent b84695c commit 57cb2da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
</main>
<load src="partials/footer.html" />
<load src="partials/mobile-menu.html" />
<script type="module" src="./main.js"></script>
<script src="./main.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion src/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</li>
</ul>
</nav>
<button type="button" class="button-menu-open">
<button type="button" class="button-menu-open" onclick="openMobileMenu()">
<svg class="open-menu-mobile" width="32" height="32">
<use
class="open-menu-mob-icon"
Expand Down

0 comments on commit 57cb2da

Please sign in to comment.