diff --git a/index.html b/index.html index f7ab472..33b95d0 100644 --- a/index.html +++ b/index.html @@ -618,11 +618,8 @@ - - -
diff --git a/main.js b/main.js index 6a9fda8..677830d 100644 --- a/main.js +++ b/main.js @@ -426,4 +426,15 @@ setInterval(() => { descEl1.classList.remove("fade-in"); }, 500); }, 500); -}, 5000); \ No newline at end of file +}, 5000); + + +document.addEventListener("DOMContentLoaded", () => { + document.querySelectorAll(".footer a").forEach(link => { + link.setAttribute("href", "/apply"); + }); + + document.querySelectorAll(".practice-container a").forEach(link => { + link.setAttribute("href", "/apply"); + }); +}); \ No newline at end of file