fix(front): Albums empty alert icon
This commit is contained in:
parent
68c5546ca1
commit
fca4f3b77f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue