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" />
|
<Icon v-if="isLoading" name="mdi:loading" class="animate-spin text-base" />
|
||||||
<span v-else>Criar Conta</span>
|
<span v-else>Criar Conta</span>
|
||||||
</button>
|
</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>
|
</Form>
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
|
|||||||
@@ -69,6 +69,14 @@
|
|||||||
<Icon v-if="isLoading" name="mdi:loading" class="animate-spin text-base" />
|
<Icon v-if="isLoading" name="mdi:loading" class="animate-spin text-base" />
|
||||||
<span v-else>Entrar</span>
|
<span v-else>Entrar</span>
|
||||||
</button>
|
</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>
|
</Form>
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
|
|||||||
Reference in New Issue
Block a user