Fix text
This commit is contained in:
parent
c0ef2c1391
commit
4729bbe59f
|
|
@ -6,7 +6,7 @@ log.debug("AppFooter created");
|
|||
|
||||
<template>
|
||||
<footer class="px-8 py-4 bg-gray-200 border-t flex flex-col lg:flex-row">
|
||||
<div>@2022 VBV</div>
|
||||
<div>@ 2022 VBV</div>
|
||||
<div class="lg:ml-8">{{ $t("footer.faq") }}</div>
|
||||
<div class="lg:ml-8">{{ $t("footer.dataProtection") }}</div>
|
||||
<div class="lg:ml-8">{{ $t("footer.imprint") }}</div>
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@ const countStatus = computed(() => {
|
|||
<li
|
||||
class="inline-block pb-4 lg:pb-0 mb-4 border-b lg:border-b-0 lg:mb-0 lg:border-r flex-1"
|
||||
>
|
||||
<h5 class="text-gray-700 mb-4">«{{ $t("selfEvaluation.no") }}»</h5>
|
||||
<h5 class="text-gray-700 mb-4">«{{ $t("selfEvaluation.yes") }}»</h5>
|
||||
<div class="flex flex-row items-center">
|
||||
<it-icon-smiley-happy class="w-16 h-16"></it-icon-smiley-happy>
|
||||
<p class="text-7xl font-bold inline-block ml-4">
|
||||
|
|
|
|||
Loading…
Reference in New Issue