diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-12-24 14:45:27 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-12-24 14:45:27 +0900 |
| commit | deaea7ce9f354d8f32015775ec4063b58efa9a95 (patch) | |
| tree | 4404f54c246ab2d6372488ec83be78074b8b2b73 /packages/client/src/components/MkNotification.vue | |
| parent | chore: :v: (diff) | |
| download | misskey-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.vue | 2 |
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> |