style(front): exclamation marks for reportable objects
This commit is contained in:
parent
594a406916
commit
c4dbf56962
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue