summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkNotification.vue
diff options
context:
space:
mode:
authorMar0xy <marie@kaifa.ch>2023-10-14 02:46:36 +0200
committerMar0xy <marie@kaifa.ch>2023-10-14 02:46:36 +0200
commit080450c10ba2a8c652dcb35e86d4abcb1255f9d2 (patch)
tree808433171eca92e675f374519f28b32ece43cc47 /packages/frontend/src/components/MkNotification.vue
parentupd: increase default cache max values (diff)
downloadsharkey-080450c10ba2a8c652dcb35e86d4abcb1255f9d2.tar.gz
sharkey-080450c10ba2a8c652dcb35e86d4abcb1255f9d2.tar.bz2
sharkey-080450c10ba2a8c652dcb35e86d4abcb1255f9d2.zip
upd: rename renote to boost
Diffstat (limited to 'packages/frontend/src/components/MkNotification.vue')
-rw-r--r--packages/frontend/src/components/MkNotification.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkNotification.vue b/packages/frontend/src/components/MkNotification.vue
index 7e7694bf4b..c33f7cba7f 100644
--- a/packages/frontend/src/components/MkNotification.vue
+++ b/packages/frontend/src/components/MkNotification.vue
@@ -28,7 +28,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<i v-if="notification.type === 'follow'" class="ph-plus ph-bold ph-lg"></i>
<i v-else-if="notification.type === 'receiveFollowRequest'" class="ph-clock ph-bold ph-lg"></i>
<i v-else-if="notification.type === 'followRequestAccepted'" class="ph-check ph-bold ph-lg"></i>
- <i v-else-if="notification.type === 'renote'" class="ph-repeat ph-bold ph-lg"></i>
+ <i v-else-if="notification.type === 'renote'" class="ph-rocket-launch ph-bold ph-lg"></i>
<i v-else-if="notification.type === 'reply'" class="ph-arrow-u-up-left ph-bold pg-lg"></i>
<i v-else-if="notification.type === 'mention'" class="ph-at ph-bold ph-lg"></i>
<i v-else-if="notification.type === 'quote'" class="ph-quotes ph-bold ph-lg"></i>