mirror of
https://iceshrimp.dev/limepotato/jormungandr-patches.git
synced 2024-11-22 02:57:25 -07:00
22 lines
863 B
Diff
22 lines
863 B
Diff
From 3770a44c3a8f2f71c815d07a38671f91cc5cad12 Mon Sep 17 00:00:00 2001
|
|
From: limepotato <limepot@protonmail.ch>
|
|
Date: Thu, 11 Jul 2024 11:54:32 -0600
|
|
Subject: [PATCH] replace follow notif icon with open eye (hopefully)
|
|
|
|
---
|
|
packages/client/src/components/MkNotification.vue | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/packages/client/src/components/MkNotification.vue b/packages/client/src/components/MkNotification.vue
|
|
index 80f6b3ac2..71a007300 100644
|
|
--- a/packages/client/src/components/MkNotification.vue
|
|
+++ b/packages/client/src/components/MkNotification.vue
|
|
@@ -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'"
|