fix(front): Albums empty alert icon

This commit is contained in:
ArneBo 2025-01-19 14:08:50 +01:00
parent 68c5546ca1
commit fca4f3b77f
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ const paginateOptions = computed(() => sortedUniq([12, 30, 50, paginateBy.value]
v-else-if="result && result.results.length === 0"
>
<Alert yellow>
<i class="compact disc icon" />
<i class="bi bi-disc" />
{{ t('components.library.Albums.empty.noResults') }}
</Alert>
<Card