feat: adiciona navegacao entre criar conta e fazer login
This commit is contained in:
@@ -68,6 +68,13 @@
|
||||
<Icon v-if="isLoading" name="mdi:loading" class="animate-spin text-base" />
|
||||
<span v-else>Criar Conta</span>
|
||||
</button>
|
||||
|
||||
<p class="text-center text-[15px] leading-[1.47] tracking-[0.15px] text-[#777169]">
|
||||
Já tem uma conta?
|
||||
<NuxtLink to="/login" class="font-medium text-[#0c0a09] underline-offset-2 hover:underline">
|
||||
Fazer login
|
||||
</NuxtLink>
|
||||
</p>
|
||||
</Form>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
@@ -69,6 +69,14 @@
|
||||
<Icon v-if="isLoading" name="mdi:loading" class="animate-spin text-base" />
|
||||
<span v-else>Entrar</span>
|
||||
</button>
|
||||
|
||||
<p class="text-center text-[15px] leading-[1.47] tracking-[0.15px] text-[#777169]">
|
||||
Não tem uma conta?
|
||||
<NuxtLink to="/criar-conta"
|
||||
class="font-medium text-[#0c0a09] underline-offset-2 hover:underline">
|
||||
Criar conta
|
||||
</NuxtLink>
|
||||
</p>
|
||||
</Form>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user