From b6c3c68b3c8965646bdcb645ba619558c94be207 Mon Sep 17 00:00:00 2001 From: "dhanush.s" Date: Mon, 29 Sep 2025 00:17:51 +0530 Subject: [PATCH] fix: footer and hover slider liks added --- index.html | 3 --- main.js | 13 ++++++++++++- 2 files changed, 12 insertions(+), 4 deletions(-) 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