mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-09 11:41:30 -07:00
replace follow notif icon with open eye (hopefully)
This commit is contained in:
parent
2c331f21ba
commit
3770a44c3a
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
<div class="sub-icon" :class="notification.type">
|
||||
<i
|
||||
v-if="notification.type === 'follow'"
|
||||
class="ph-hand-waving ph-bold"
|
||||
class="ph-eye ph-bold"
|
||||
></i>
|
||||
<i
|
||||
v-else-if="notification.type === 'receiveFollowRequest'"
|
||||
|
|
Loading…
Reference in a new issue