generated from cms/tibi-docs
This commit is contained in:
Binary file not shown.
@@ -52,6 +52,7 @@
|
|||||||
>
|
>
|
||||||
<!-- svelte-ignore a11y-click-events-have-key-events -->
|
<!-- svelte-ignore a11y-click-events-have-key-events -->
|
||||||
<!-- svelte-ignore a11y-missing-attribute -->
|
<!-- svelte-ignore a11y-missing-attribute -->
|
||||||
|
|
||||||
<a
|
<a
|
||||||
style="text-decoration: none;"
|
style="text-decoration: none;"
|
||||||
class="underline"
|
class="underline"
|
||||||
@@ -61,7 +62,15 @@
|
|||||||
navigate('/impressum')
|
navigate('/impressum')
|
||||||
}}">Impressum</a
|
}}">Impressum</a
|
||||||
>
|
>
|
||||||
|
<a
|
||||||
|
style="text-decoration: none;"
|
||||||
|
class="underline"
|
||||||
|
on:click="{() => {
|
||||||
|
active = false
|
||||||
|
$rerender = $rerender + 1
|
||||||
|
navigate('/contact')
|
||||||
|
}}">Contact (EN)</a
|
||||||
|
>
|
||||||
<a
|
<a
|
||||||
style="text-decoration: none;"
|
style="text-decoration: none;"
|
||||||
class="underline"
|
class="underline"
|
||||||
|
|||||||
Reference in New Issue
Block a user