summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkUserSetupDialog.User.vue
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2024-06-21 12:42:33 +0100
committerdakkar <dakkar@thenautilus.net>2024-06-22 15:53:12 +0100
commit6f5099f6995f144bf246a459b4e14e40bc34a4ba (patch)
tree686dee4e65e7fd7b4aa77066a06daf7bda412bc6 /packages/frontend/src/components/MkUserSetupDialog.User.vue
parentreplaced ti-circle-x (diff)
downloadsharkey-6f5099f6995f144bf246a459b4e14e40bc34a4ba.tar.gz
sharkey-6f5099f6995f144bf246a459b4e14e40bc34a4ba.tar.bz2
sharkey-6f5099f6995f144bf246a459b4e14e40bc34a4ba.zip
replaced ti-plus
Diffstat (limited to 'packages/frontend/src/components/MkUserSetupDialog.User.vue')
-rw-r--r--packages/frontend/src/components/MkUserSetupDialog.User.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkUserSetupDialog.User.vue b/packages/frontend/src/components/MkUserSetupDialog.User.vue
index efb1ed5593..ff356d1895 100644
--- a/packages/frontend/src/components/MkUserSetupDialog.User.vue
+++ b/packages/frontend/src/components/MkUserSetupDialog.User.vue
@@ -18,7 +18,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<span v-else style="opacity: 0.7;">{{ i18n.ts.noAccountDescription }}</span>
</div>
<div :class="$style.footer">
- <MkButton v-if="!isFollowing" primary gradate rounded full @click="follow"><i class="ph-plus ph-bold ph-lg"></i> {{ i18n.ts.follow }}</MkButton>
+ <MkButton v-if="!isFollowing" primary gradate rounded full @click="follow"><i class="ti ti-plus"></i> {{ i18n.ts.follow }}</MkButton>
<div v-else style="opacity: 0.7; text-align: center;">{{ i18n.ts.youFollowing }} <i class="ph-check ph-bold ph-lg"></i></div>
</div>
</div>