diff options
| author | Insert5StarName <anime@shourai.de> | 2023-09-30 21:53:52 +0200 |
|---|---|---|
| committer | Insert5StarName <anime@shourai.de> | 2023-09-30 21:53:52 +0200 |
| commit | 7b179d3a92adb91e111aca111d7875bb99748002 (patch) | |
| tree | 7793951e2a791ba8f85810756401271376361ff8 /packages/frontend/src/components/MkUserSetupDialog.User.vue | |
| parent | upd: change icon font (diff) | |
| download | sharkey-7b179d3a92adb91e111aca111d7875bb99748002.tar.gz sharkey-7b179d3a92adb91e111aca111d7875bb99748002.tar.bz2 sharkey-7b179d3a92adb91e111aca111d7875bb99748002.zip | |
work in progress icons
Diffstat (limited to 'packages/frontend/src/components/MkUserSetupDialog.User.vue')
| -rw-r--r-- | packages/frontend/src/components/MkUserSetupDialog.User.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/frontend/src/components/MkUserSetupDialog.User.vue b/packages/frontend/src/components/MkUserSetupDialog.User.vue index 746781d71f..69cbdcf763 100644 --- a/packages/frontend/src/components/MkUserSetupDialog.User.vue +++ b/packages/frontend/src/components/MkUserSetupDialog.User.vue @@ -18,8 +18,8 @@ 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="ti ti-plus"></i> {{ i18n.ts.follow }}</MkButton> - <div v-else style="opacity: 0.7; text-align: center;">{{ i18n.ts.youFollowing }} <i class="ti ti-check"></i></div> + <MkButton v-if="!isFollowing" primary gradate rounded full @click="follow"><i class="ph-plus ph-bold ph-lg"></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> </template> |