Test arrow keeping

This commit is contained in:
Parker M 2023-07-01 23:30:31 -05:00
parent d779e1a045
commit 1e10828c84

View File

@ -17,8 +17,6 @@ const footer = document.querySelector('footer');
// the down arrow buttons // the down arrow buttons
if (window.innerWidth <= 768) { if (window.innerWidth <= 768) {
footer.removeChild(footer.lastChild); footer.removeChild(footer.lastChild);
arrow.style.display = 'none';
projectArrow.style.display = 'none';
} }
// If the user is on mobile // If the user is on mobile