diff options
| author | Insert5StarName <anime@shourai.de> | 2023-10-01 00:46:42 +0200 |
|---|---|---|
| committer | Insert5StarName <anime@shourai.de> | 2023-10-01 00:46:42 +0200 |
| commit | b50c1ef9a5553cd4c755686c3b6c37b231de5a20 (patch) | |
| tree | 7620a4a5522f94d9bb2037981b62c73484d1d56f /packages/frontend/src/components/MkNotification.vue | |
| parent | work in progress icons (diff) | |
| download | sharkey-b50c1ef9a5553cd4c755686c3b6c37b231de5a20.tar.gz sharkey-b50c1ef9a5553cd4c755686c3b6c37b231de5a20.tar.bz2 sharkey-b50c1ef9a5553cd4c755686c3b6c37b231de5a20.zip | |
upd: fix rest of icons
Diffstat (limited to 'packages/frontend/src/components/MkNotification.vue')
| -rw-r--r-- | packages/frontend/src/components/MkNotification.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkNotification.vue b/packages/frontend/src/components/MkNotification.vue index 3123da2e0c..694d48b3f6 100644 --- a/packages/frontend/src/components/MkNotification.vue +++ b/packages/frontend/src/components/MkNotification.vue @@ -32,7 +32,7 @@ SPDX-License-Identifier: AGPL-3.0-only <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> - <i v-else-if="notification.type === 'pollEnded'" class="ti ti-chart-arrows"></i> + <i v-else-if="notification.type === 'pollEnded'" class="ph-chart-bar-horizontal ph-bold pg-lg"></i> <i v-else-if="notification.type === 'achievementEarned'" class="ph-trophy ph-bold ph-lg"></i> <!-- notification.reaction が null になることはまずないが、ここでoptional chaining使うと一部ブラウザで刺さるので念の為 --> <MkReactionIcon |