create about-us page
This commit is contained in:
+3
-7
@@ -126,7 +126,7 @@
|
||||
$route.path === '/reset-password' ||
|
||||
$route.path === '/new-password',
|
||||
}"
|
||||
class="fixed bottom-0 px-[5vw] flex bg-white w-full justify-around items-center md:hidden h-[19.479vw] shadow-2xl border-t"
|
||||
class="z-[10] fixed bottom-0 px-[5vw] flex bg-white w-full justify-around items-center md:hidden h-[19.479vw] shadow-2xl border-t"
|
||||
>
|
||||
|
||||
|
||||
@@ -186,7 +186,7 @@
|
||||
|
||||
|
||||
|
||||
<nuxt-link to="/" class="bg-footerGreen text-primaryGreen font-semibold p-[2.564vw] flexBox rounded-[7.692vw]">
|
||||
<nuxt-link to="/about-us" class="bg-footerGreen text-primaryGreen p-[2.564vw] flexBox rounded-[7.692vw]">
|
||||
<svg
|
||||
class="h-[6.154vw] w-[6.154vw]"
|
||||
viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
@@ -196,12 +196,8 @@
|
||||
</svg>
|
||||
|
||||
|
||||
<span v-if="$route.path === '/y'" class="ps-[2vw]">درباره ما</span>
|
||||
<span v-if="$route.path === '/about-us'" class="px-[2vw]">درباره ما</span>
|
||||
</nuxt-link>
|
||||
|
||||
|
||||
|
||||
|
||||
<nuxt-link to="/" class="bg-footerGreen text-primaryGreen font-semibold p-[2.564vw] flexBox rounded-[7.692vw]">
|
||||
<svg
|
||||
class="h-[6.154vw] w-[6.154vw]"
|
||||
|
||||
Reference in New Issue
Block a user