replace follow notif icon with open eye (hopefully)

This commit is contained in:
nelle 2024-07-11 11:54:32 -06:00
parent 2c331f21ba
commit 3770a44c3a

View file

@ -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'"