Skip to content

Commit

Permalink
Completed the project
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehedi-irfan committed Dec 18, 2024
1 parent 9dcf179 commit b004856
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<div
class="lg:hidden overflow-hidden z-50 cursor-pointer relative text-2xl"
>
<i class="ri-menu-3-line" id="hamburg"></i>
<i class="ri-menu-4-line" id="hamburg"></i>
</div>
<div
id="menu"
Expand Down
2 changes: 1 addition & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const navLinks = document.querySelectorAll(".nav-link");

hamburgerBtn.addEventListener("click", () => {
menuBtn.classList.toggle("hidden");
hamburgerBtn.classList.toggle("ri-close-line");
hamburgerBtn.classList.toggle("ri-close-large-line");
});

// testimonial
Expand Down

0 comments on commit b004856

Please sign in to comment.