fix: Google auth button

This commit is contained in:
iamsivin
2025-11-07 16:36:23 +05:30
parent 829c07efbb
commit 831d3a16c6
2 changed files with 2 additions and 2 deletions
@@ -63,7 +63,7 @@ export default {
<SignupForm />
<div class="px-1 text-sm text-n-slate-12">
<span>{{ $t('REGISTER.HAVE_AN_ACCOUNT') }} </span>
<router-link class="text-link text-n-brand" to="/app/login">
<router-link class="text-link text-n-brand mx-1" to="/app/login">
{{ replaceInstallationName($t('LOGIN.TITLE')) }}
</router-link>
</div>