mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-25 03:17:38 -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">
|
<div class="sub-icon" :class="notification.type">
|
||||||
<i
|
<i
|
||||||
v-if="notification.type === 'follow'"
|
v-if="notification.type === 'follow'"
|
||||||
class="ph-hand-waving ph-bold"
|
class="ph-eye ph-bold"
|
||||||
></i>
|
></i>
|
||||||
<i
|
<i
|
||||||
v-else-if="notification.type === 'receiveFollowRequest'"
|
v-else-if="notification.type === 'receiveFollowRequest'"
|
||||||
|
|
Loading…
Reference in a new issue