mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2024-11-08 17:39:09 +00:00
remove unused classes on notifications
This commit is contained in:
parent
1f5f8665c8
commit
cc709394c5
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@
|
||||||
>
|
>
|
||||||
<still-image
|
<still-image
|
||||||
v-if="notification.emoji_url !== null"
|
v-if="notification.emoji_url !== null"
|
||||||
class="notification-reaction-emoji emoji img"
|
class="notification-reaction-emoji"
|
||||||
:src="notification.emoji_url"
|
:src="notification.emoji_url"
|
||||||
:title="notification.emoji"
|
:title="notification.emoji"
|
||||||
:alt="notification.emoji"
|
:alt="notification.emoji"
|
||||||
|
|
Loading…
Reference in a new issue