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/MkChannelFollowButton.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/MkChannelFollowButton.vue')
| -rw-r--r-- | packages/frontend/src/components/MkChannelFollowButton.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkChannelFollowButton.vue b/packages/frontend/src/components/MkChannelFollowButton.vue index fd9e0d23c7..22566628a8 100644 --- a/packages/frontend/src/components/MkChannelFollowButton.vue +++ b/packages/frontend/src/components/MkChannelFollowButton.vue @@ -12,7 +12,7 @@ SPDX-License-Identifier: AGPL-3.0-only > <template v-if="!wait"> <template v-if="isFollowing"> - <span v-if="full" :class="$style.text">{{ i18n.ts.unfollow }}</span><i class="ph-minus ph-bold ph-lg"></i> + <span v-if="full" :class="$style.text">{{ i18n.ts.unfollow }}</span><i class="ti ti-minus"></i> </template> <template v-else> <span v-if="full" :class="$style.text">{{ i18n.ts.follow }}</span><i class="ti ti-plus"></i> |