diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-06-21 16:39:29 +0100 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-06-22 15:53:13 +0100 |
| commit | 318e5ff0f98efc8fa66b2fdfea45dd9623201e0c (patch) | |
| tree | 98a33010facc76cb076fe1a6fceb5d7d048c7308 /packages/frontend/src/components/MkNoteDetailed.vue | |
| parent | replaced ti-plane-departure (diff) | |
| download | sharkey-318e5ff0f98efc8fa66b2fdfea45dd9623201e0c.tar.gz sharkey-318e5ff0f98efc8fa66b2fdfea45dd9623201e0c.tar.bz2 sharkey-318e5ff0f98efc8fa66b2fdfea45dd9623201e0c.zip | |
replaced ti-minus
Diffstat (limited to 'packages/frontend/src/components/MkNoteDetailed.vue')
| -rw-r--r-- | packages/frontend/src/components/MkNoteDetailed.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkNoteDetailed.vue b/packages/frontend/src/components/MkNoteDetailed.vue index 05e22cdb2b..be1b40924c 100644 --- a/packages/frontend/src/components/MkNoteDetailed.vue +++ b/packages/frontend/src/components/MkNoteDetailed.vue @@ -149,7 +149,7 @@ SPDX-License-Identifier: AGPL-3.0-only </button> <button ref="reactButton" :class="$style.noteFooterButton" class="_button" @click="toggleReact()"> <i v-if="appearNote.reactionAcceptance === 'likeOnly' && appearNote.myReaction != null" class="ti ti-heart-filled" style="color: var(--eventReactionHeart);"></i> - <i v-else-if="appearNote.myReaction != null" class="ph-minus ph-bold ph-lg" style="color: var(--accent);"></i> + <i v-else-if="appearNote.myReaction != null" class="ti ti-minus" style="color: var(--accent);"></i> <i v-else-if="appearNote.reactionAcceptance === 'likeOnly'" class="ti ti-heart"></i> <i v-else class="ph-smiley ph-bold ph-lg"></i> <p v-if="(appearNote.reactionAcceptance === 'likeOnly' || defaultStore.state.showReactionsCount) && appearNote.reactionCount > 0" :class="$style.noteFooterButtonCount">{{ number(appearNote.reactionCount) }}</p> |