fix(front): bootstrap icon on playlist manage button

This commit is contained in:
ArneBo 2025-01-27 08:46:07 +01:00
parent 5fd01b8285
commit 43a94a7d79
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ const paginateOptions = computed(() => sortedUniq([12, 30, 50, paginateBy.value]
<h1>{{ t('views.playlists.List.header.browse') }}</h1>
<Button
primary
icon="bi-music-note-list"
@click="store.commit('playlists/showModal', true)"
>
{{ t('views.playlists.List.button.manage') }}