create login section
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<div class="flex justify-center items-center gap-8 mt-12 text-primaryGreen">
|
||||
<nuxt-link to="/signup" class="border-b hover:border-primaryGreen">عضویت</nuxt-link>
|
||||
<nuxt-link to="/login" class="border-b hover:border-primaryGreen">ورود</nuxt-link>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user