diff --git a/js/app.js b/js/app.js deleted file mode 100644 index 26cbff5..0000000 --- a/js/app.js +++ /dev/null @@ -1,6 +0,0 @@ -$(document).ready(() => { - // Toggles the menu - $('.menu-btn').click(() => { - $('.menu').toggleClass('active'); - }) -}) \ No newline at end of file