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>
|
<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')">
|
<i18next :translation="$t('a.{NUMBER} Das will ich nochmals anschauen')">
|
||||||
<template #NUMBER>
|
<template #NUMBER>
|
||||||
<span class="mr-3 text-4xl font-bold">{{ failCount }}%</span>
|
<span class="mr-3 text-4xl font-bold">{{ failCount }}</span>
|
||||||
</template>
|
</template>
|
||||||
</i18next>
|
</i18next>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -29,9 +29,9 @@ defineProps<{
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- TODO Figure out where this link should go -->
|
<!-- TODO Figure out where this link should go -->
|
||||||
<router-link class="btn-secondary" to="#">
|
<!-- <router-link class="btn-secondary" to="#">-->
|
||||||
{{ $t("a.Liste anzeigen") }}
|
<!-- {{ $t("a.Liste anzeigen") }}-->
|
||||||
</router-link>
|
<!-- </router-link>-->
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue