fix: fixes small ui bug in dashboard

This commit is contained in:
Livio Bieri 2023-10-30 10:02:31 +01:00
parent 235c3985e6
commit d78b216875
2 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ defineProps<{
<it-icon-smiley-thinking class="mr-4 h-12 w-12"></it-icon-smiley-thinking>
<i18next :translation="$t('a.{NUMBER} Das will ich nochmals anschauen')">
<template #NUMBER>
<span class="mr-3 text-4xl font-bold">{{ failCount }}%</span>
<span class="mr-3 text-4xl font-bold">{{ failCount }}</span>
</template>
</i18next>
</div>

View File

@ -29,9 +29,9 @@ defineProps<{
</div>
</div>
<!-- TODO Figure out where this link should go -->
<router-link class="btn-secondary" to="#">
{{ $t("a.Liste anzeigen") }}
</router-link>
<!-- <router-link class="btn-secondary" to="#">-->
<!-- {{ $t("a.Liste anzeigen") }}-->
<!-- </router-link>-->
</div>
</template>