diff options
| author | Insert5StarName <anime@shourai.de> | 2023-10-01 00:46:42 +0200 |
|---|---|---|
| committer | Insert5StarName <anime@shourai.de> | 2023-10-01 00:46:42 +0200 |
| commit | b50c1ef9a5553cd4c755686c3b6c37b231de5a20 (patch) | |
| tree | 7620a4a5522f94d9bb2037981b62c73484d1d56f /packages/frontend/src/components/MkSignupDialog.rules.vue | |
| parent | work in progress icons (diff) | |
| download | sharkey-b50c1ef9a5553cd4c755686c3b6c37b231de5a20.tar.gz sharkey-b50c1ef9a5553cd4c755686c3b6c37b231de5a20.tar.bz2 sharkey-b50c1ef9a5553cd4c755686c3b6c37b231de5a20.zip | |
upd: fix rest of icons
Diffstat (limited to 'packages/frontend/src/components/MkSignupDialog.rules.vue')
| -rw-r--r-- | packages/frontend/src/components/MkSignupDialog.rules.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkSignupDialog.rules.vue b/packages/frontend/src/components/MkSignupDialog.rules.vue index f65de141ca..c45cb3ebe0 100644 --- a/packages/frontend/src/components/MkSignupDialog.rules.vue +++ b/packages/frontend/src/components/MkSignupDialog.rules.vue @@ -52,7 +52,7 @@ SPDX-License-Identifier: AGPL-3.0-only <div class="_buttonsCenter"> <MkButton inline rounded @click="emit('cancel')">{{ i18n.ts.cancel }}</MkButton> - <MkButton inline primary rounded gradate :disabled="!agreed" data-cy-signup-rules-continue @click="emit('done')">{{ i18n.ts.continue }} <i class="ti ti-arrow-right"></i></MkButton> + <MkButton inline primary rounded gradate :disabled="!agreed" data-cy-signup-rules-continue @click="emit('done')">{{ i18n.ts.continue }} <i class="ph-arrow-right ph-bold pg-lg"></i></MkButton> </div> </div> </MkSpacer> |