reverted old artifact agains

This commit is contained in:
Vito0912 2025-01-03 10:40:49 +01:00
parent bd41f23438
commit 48ba8bc886
No known key found for this signature in database
GPG Key ID: 29A3D509FE70B237

View File

@ -24,7 +24,7 @@
</div>
</template>
</div>
<div v-if="isBookLibrary || showAllLibraryStats" class="w-80 my-6 mx-auto">
<div v-if="isBookLibrary" class="w-80 my-6 mx-auto">
<h1 class="text-2xl mb-4">{{ $strings.HeaderStatsTop10Authors }}</h1>
<p v-if="!top10Authors.length">{{ $strings.MessageNoAuthors }}</p>
<template v-for="(author, index) in top10Authors">