fix: fixes small ui bug in dashboard
This commit is contained in:
parent
235c3985e6
commit
d78b216875
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue