Skip to content

Commit

Permalink
Update and rename script-8268113.js to script-8268113.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-fidal authored Jan 9, 2024
1 parent b49a45d commit ee47e09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions codes/main/script-8268113.js

This file was deleted.

3 changes: 3 additions & 0 deletions codes/main/script-8268113.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
document.querySelector('.hamburger-icon')?.addEventListener('click', function() {
document.querySelector('.nav-links')?.classList.toggle('show');
});

0 comments on commit ee47e09

Please sign in to comment.