generated from cms/tibi-docs
parent
829468d538
commit
86c066f48a
frontend
Binary file not shown.
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user