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>
|
||||
<footer class="flex flex-col border-t bg-gray-200 px-8 py-4 lg:flex-row">
|
||||
<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">
|
||||
<a :href="$t('footer.dataProtectionLink')">
|
||||
{{ $t("footer.dataProtectionText") }}
|
||||
</a>
|
||||
</div>
|
||||
<div class="lg:ml-8">
|
||||
<a :href="$t('footer.imprintLInk')">
|
||||
<a :href="$t('footer.imprintLink')">
|
||||
{{ $t("footer.imprintText") }}
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -119,7 +119,6 @@
|
|||
"copyright": "© 2023 VBV",
|
||||
"dataProtectionLink": "https://www.vbv.ch/de/datenschutzbestimmungen",
|
||||
"dataProtectionText": "Datenschutzbestimmungen",
|
||||
"faqText": "FAQ",
|
||||
"imprintLink": "https://www.vbv.ch/de/impressum",
|
||||
"imprintText": "Impressum"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue