changes
This commit is contained in:
@@ -38,14 +38,6 @@
|
||||
</form>
|
||||
<script>
|
||||
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
const menuIcon = document.getElementById('menu-icon');
|
||||
const navLinks = document.getElementById('nav-links');
|
||||
|
||||
menuIcon.addEventListener('click', function() {
|
||||
navLinks.classList.toggle('active');
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
// JavaScript to change the form element
|
||||
|
||||
Reference in New Issue
Block a user