summaryrefslogtreecommitdiff
path: root/packages/client/src/components/MkChannelFollowButton.vue
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2022-12-19 13:54:35 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2022-12-19 13:54:35 +0900
commit52cbe07a780c0542912798e1e9bc1b78a63d6806 (patch)
treec89839a6f8952d702387a3e8c7cc021cbdf80d9b /packages/client/src/components/MkChannelFollowButton.vue
parentwip (diff)
downloadmisskey-52cbe07a780c0542912798e1e9bc1b78a63d6806.tar.gz
misskey-52cbe07a780c0542912798e1e9bc1b78a63d6806.tar.bz2
misskey-52cbe07a780c0542912798e1e9bc1b78a63d6806.zip
Revert "wip"
This reverts commit f83bd31fd5fee0bb2209ad0e5359ffa473ffb30e.
Diffstat (limited to 'packages/client/src/components/MkChannelFollowButton.vue')
-rw-r--r--packages/client/src/components/MkChannelFollowButton.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/client/src/components/MkChannelFollowButton.vue b/packages/client/src/components/MkChannelFollowButton.vue
index 0d250268cf..dff02beec0 100644
--- a/packages/client/src/components/MkChannelFollowButton.vue
+++ b/packages/client/src/components/MkChannelFollowButton.vue
@@ -6,10 +6,10 @@
>
<template v-if="!wait">
<template v-if="isFollowing">
- <span v-if="full">{{ i18n.ts.unfollow }}</span><i class="ti ti-minus"></i>
+ <span v-if="full">{{ i18n.ts.unfollow }}</span><i class="fas fa-minus"></i>
</template>
<template v-else>
- <span v-if="full">{{ i18n.ts.follow }}</span><i class="ti ti-plus"></i>
+ <span v-if="full">{{ i18n.ts.follow }}</span><i class="fas fa-plus"></i>
</template>
</template>
<template v-else>