From 1e10828c8401dd4e75315c318f524287a9c87afc Mon Sep 17 00:00:00 2001 From: Parker M <66295742+PacketParker@users.noreply.github.com> Date: Sat, 1 Jul 2023 23:30:31 -0500 Subject: [PATCH] Test arrow keeping --- script.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/script.js b/script.js index 793d94c..01636de 100644 --- a/script.js +++ b/script.js @@ -17,8 +17,6 @@ const footer = document.querySelector('footer'); // the down arrow buttons if (window.innerWidth <= 768) { footer.removeChild(footer.lastChild); - arrow.style.display = 'none'; - projectArrow.style.display = 'none'; } // If the user is on mobile