Fix type, remove FAQ from footer
This commit is contained in:
parent
fac1f53f29
commit
3a6a143b7c
|
|
@ -18,16 +18,13 @@ async function changeLocale(language: AvailableLanguages) {
|
||||||
<template>
|
<template>
|
||||||
<footer class="flex flex-col border-t bg-gray-200 px-8 py-4 lg:flex-row">
|
<footer class="flex flex-col border-t bg-gray-200 px-8 py-4 lg:flex-row">
|
||||||
<div>{{ $t("footer.copyright") }}</div>
|
<div>{{ $t("footer.copyright") }}</div>
|
||||||
<div class="lg:ml-8">
|
|
||||||
<a :href="$t('footer.faqLink')">{{ $t("footer.faqText") }}</a>
|
|
||||||
</div>
|
|
||||||
<div class="lg:ml-8">
|
<div class="lg:ml-8">
|
||||||
<a :href="$t('footer.dataProtectionLink')">
|
<a :href="$t('footer.dataProtectionLink')">
|
||||||
{{ $t("footer.dataProtectionText") }}
|
{{ $t("footer.dataProtectionText") }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="lg:ml-8">
|
<div class="lg:ml-8">
|
||||||
<a :href="$t('footer.imprintLInk')">
|
<a :href="$t('footer.imprintLink')">
|
||||||
{{ $t("footer.imprintText") }}
|
{{ $t("footer.imprintText") }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -119,7 +119,6 @@
|
||||||
"copyright": "© 2023 VBV",
|
"copyright": "© 2023 VBV",
|
||||||
"dataProtectionLink": "https://www.vbv.ch/de/datenschutzbestimmungen",
|
"dataProtectionLink": "https://www.vbv.ch/de/datenschutzbestimmungen",
|
||||||
"dataProtectionText": "Datenschutzbestimmungen",
|
"dataProtectionText": "Datenschutzbestimmungen",
|
||||||
"faqText": "FAQ",
|
|
||||||
"imprintLink": "https://www.vbv.ch/de/impressum",
|
"imprintLink": "https://www.vbv.ch/de/impressum",
|
||||||
"imprintText": "Impressum"
|
"imprintText": "Impressum"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue