This commit is contained in:
Robin Grenzdörfer 2025-02-26 20:32:50 +00:00
parent 829468d538
commit 86c066f48a
2 changed files with 10 additions and 1 deletions
frontend

@ -52,6 +52,7 @@
>
<!-- svelte-ignore a11y-click-events-have-key-events -->
<!-- svelte-ignore a11y-missing-attribute -->
<a
style="text-decoration: none;"
class="underline"
@ -61,7 +62,15 @@
navigate('/impressum')
}}">Impressum</a
>
<a
style="text-decoration: none;"
class="underline"
on:click="{() => {
active = false
$rerender = $rerender + 1
navigate('/contact')
}}">Contact (EN)</a
>
<a
style="text-decoration: none;"
class="underline"