document.addEventListener("DOMContentLoaded", async () => { const width = window.innerWidth; if(width < 768){ const whatWeDoButton = document.getElementById('what_we_do_link'); whatWeDoButton.setAttribute('href', '#'); } });