From 418c2a30e8ee1633411a4537f762f51fab0ee538 Mon Sep 17 00:00:00 2001 From: sageTheDM Date: Tue, 17 Dec 2024 12:46:03 +0100 Subject: [PATCH] small fix --- footer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/footer.js b/footer.js index cf6f74a..ec68f22 100644 --- a/footer.js +++ b/footer.js @@ -38,7 +38,7 @@ class Footer extends HTMLElement { // Add event listener for button click this.querySelector('.secret-button').addEventListener('click', () => { - window.location.href = 'secret.html'; // Open the secret.html file + window.location.href = 'secret/secret.html'; // Open the secret.html file }); } }