small fix
This commit is contained in:
parent
d6dec54393
commit
418c2a30e8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue