juhinagpure / Eduford-university

74 stars 175 forks source link

Duplicate showMenu() Function Defined in JavaScript #341

Open iamabhishek2828 opened 3 months ago

iamabhishek2828 commented 3 months ago

In the HTML file, there are two JavaScript functions defined as showMenu(). Both functions are currently set to hide the menu (navLinks.style.right = "-200px";), which seems to be unintended behavior. This redundancy can lead to conflicts and issues in toggling the navigation menu visibility.

iamabhishek2828 commented 3 months ago

I would like to work on this issue. Please assign it to me.