Fix type, remove FAQ from footer

This commit is contained in:
Christian Cueni 2023-05-24 14:51:02 +02:00
parent fac1f53f29
commit 3a6a143b7c
2 changed files with 1 additions and 5 deletions

View File

@ -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>

View File

@ -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"
},