style(front): exclamation marks for reportable objects

This commit is contained in:
ArneBo 2025-02-06 19:43:21 +01:00
parent 594a406916
commit c4dbf56962
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ const isOpen = ref(false)
<PopoverItem
v-for="obj in getReportableObjects({track, album, artist, playlist, account, channel})"
:key="obj.target.type + obj.target.id"
icon="bi-share"
icon="bi-exclamation-triangle-fill"
@click.stop.prevent="report(obj)"
>
{{ obj.label }}