Skip to content

Commit

Permalink
Update Mitglied.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastian committed Mar 29, 2024
1 parent de7aefd commit 37d99b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/landing/Mitglied.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
const alertMessage = () => {
if (window.confirm("bruh")) {
window.location.href += "kanye.png"
window.location.href += "/kanye.png"
} else {
window.location.href += "kanye.png"
window.location.href += "/kanye.png"
}
}
Expand Down

0 comments on commit 37d99b0

Please sign in to comment.