fix(front): bootstrap icon on playlist manage button
This commit is contained in:
parent
5fd01b8285
commit
43a94a7d79
|
@ -119,6 +119,7 @@ const paginateOptions = computed(() => sortedUniq([12, 30, 50, paginateBy.value]
|
||||||
<h1>{{ t('views.playlists.List.header.browse') }}</h1>
|
<h1>{{ t('views.playlists.List.header.browse') }}</h1>
|
||||||
<Button
|
<Button
|
||||||
primary
|
primary
|
||||||
|
icon="bi-music-note-list"
|
||||||
@click="store.commit('playlists/showModal', true)"
|
@click="store.commit('playlists/showModal', true)"
|
||||||
>
|
>
|
||||||
{{ t('views.playlists.List.button.manage') }}
|
{{ t('views.playlists.List.button.manage') }}
|
||||||
|
|
Loading…
Reference in New Issue