summaryrefslogtreecommitdiff
path: root/packages/client/src/components/MkNotification.vue
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2022-12-24 14:45:27 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2022-12-24 14:45:27 +0900
commitdeaea7ce9f354d8f32015775ec4063b58efa9a95 (patch)
tree4404f54c246ab2d6372488ec83be78074b8b2b73 /packages/client/src/components/MkNotification.vue
parentchore: :v: (diff)
downloadmisskey-deaea7ce9f354d8f32015775ec4063b58efa9a95.tar.gz
misskey-deaea7ce9f354d8f32015775ec4063b58efa9a95.tar.bz2
misskey-deaea7ce9f354d8f32015775ec4063b58efa9a95.zip
:art:
Diffstat (limited to 'packages/client/src/components/MkNotification.vue')
-rw-r--r--packages/client/src/components/MkNotification.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/client/src/components/MkNotification.vue b/packages/client/src/components/MkNotification.vue
index dd846e3e66..82965212f3 100644
--- a/packages/client/src/components/MkNotification.vue
+++ b/packages/client/src/components/MkNotification.vue
@@ -8,7 +8,7 @@
<i v-if="notification.type === 'follow'" class="ti ti-plus"></i>
<i v-else-if="notification.type === 'receiveFollowRequest'" class="ti ti-clock"></i>
<i v-else-if="notification.type === 'followRequestAccepted'" class="ti ti-check"></i>
- <i v-else-if="notification.type === 'groupInvited'" class="fas fa-id-card-alt"></i>
+ <i v-else-if="notification.type === 'groupInvited'" class="ti ti-certificate-2"></i>
<i v-else-if="notification.type === 'renote'" class="ti ti-repeat"></i>
<i v-else-if="notification.type === 'reply'" class="ti ti-arrow-back-up"></i>
<i v-else-if="notification.type === 'mention'" class="ti ti-at"></i>