Skip to content

Commit

Permalink
Merge pull request #1998 from swathivemula7/faq_icon
Browse files Browse the repository at this point in the history
Fixed issue in hamburger icon of faq page
  • Loading branch information
PriyaGhosal authored Nov 10, 2024
2 parents 797bb9d + 637a642 commit 13ca264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion F&Q.html
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ <h3>Follow Us</h3>
<script>
document.addEventListener("DOMContentLoaded", function () {
const hamburger = document.getElementById("hamburger");
const navList = document.getElementById("nav-links");
const navList = document.getElementById("nav-list");
const closeBtn = document.getElementById("closeBtn");

hamburger.addEventListener("click", function () {
Expand Down

0 comments on commit 13ca264

Please sign in to comment.