summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkFollowButton.vue
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2024-06-21 18:03:27 +0100
committerdakkar <dakkar@thenautilus.net>2024-06-22 15:53:13 +0100
commit48d29fa1ae9c7595647a569fc535e2cf1c026e0b (patch)
treebdef83ff29aef63c40996c280eb300659feb4f9d /packages/frontend/src/components/MkFollowButton.vue
parentreplaced ti-leaf and ti-hash (diff)
downloadsharkey-48d29fa1ae9c7595647a569fc535e2cf1c026e0b.tar.gz
sharkey-48d29fa1ae9c7595647a569fc535e2cf1c026e0b.tar.bz2
sharkey-48d29fa1ae9c7595647a569fc535e2cf1c026e0b.zip
replaced ti-hourglass-empty and ti-search
Diffstat (limited to 'packages/frontend/src/components/MkFollowButton.vue')
-rw-r--r--packages/frontend/src/components/MkFollowButton.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkFollowButton.vue b/packages/frontend/src/components/MkFollowButton.vue
index cbdf531284..ba0527e570 100644
--- a/packages/frontend/src/components/MkFollowButton.vue
+++ b/packages/frontend/src/components/MkFollowButton.vue
@@ -12,7 +12,7 @@ SPDX-License-Identifier: AGPL-3.0-only
>
<template v-if="!wait">
<template v-if="hasPendingFollowRequestFromYou && user.isLocked">
- <span v-if="full" :class="$style.text">{{ i18n.ts.followRequestPending }}</span><i class="ph-hourglass ph-bold ph-lg"></i>
+ <span v-if="full" :class="$style.text">{{ i18n.ts.followRequestPending }}</span><i class="ti ti-hourglass-empty"></i>
</template>
<template v-else-if="hasPendingFollowRequestFromYou && !user.isLocked">
<!-- つまりリモートフォローの場合。 -->