added link for about us
This commit is contained in:
@@ -21,24 +21,24 @@ const baseUrl = useBaseUrl();
|
||||
const nav_links = ref<NavLink[]>([
|
||||
{
|
||||
title: "فروشگاه",
|
||||
path: "#"
|
||||
path: "#",
|
||||
},
|
||||
{
|
||||
title: "دسته بندی ها",
|
||||
path: "#"
|
||||
path: "#",
|
||||
},
|
||||
{
|
||||
title: "جستجو",
|
||||
path: "#"
|
||||
path: "#",
|
||||
},
|
||||
{
|
||||
title: "ارتباط با ما",
|
||||
path: "#"
|
||||
path: "/contact-us",
|
||||
},
|
||||
{
|
||||
title: "امکانات",
|
||||
path: "#"
|
||||
}
|
||||
path: "#",
|
||||
},
|
||||
]);
|
||||
</script>
|
||||
|
||||
@@ -58,13 +58,25 @@ const nav_links = ref<NavLink[]>([
|
||||
<img :src="baseUrl + account.profile_photo" alt="" />
|
||||
</button>
|
||||
<NuxtLink to="/signin" v-else class="flex-center">
|
||||
<Icon name="ci:profile" size="20px" class="**:stroke-black" />
|
||||
<Icon
|
||||
name="ci:profile"
|
||||
size="20px"
|
||||
class="**:stroke-black"
|
||||
/>
|
||||
</NuxtLink>
|
||||
<button class="flex-center">
|
||||
<Icon name="ci:search" size="18px" class="**:stroke-black" />
|
||||
<Icon
|
||||
name="ci:search"
|
||||
size="18px"
|
||||
class="**:stroke-black"
|
||||
/>
|
||||
</button>
|
||||
<button class="flex-center">
|
||||
<Icon name="ci:cart" size="20px" class="**:stroke-black" />
|
||||
<Icon
|
||||
name="ci:cart"
|
||||
size="20px"
|
||||
class="**:stroke-black"
|
||||
/>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
@@ -81,10 +93,7 @@ const nav_links = ref<NavLink[]>([
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
LOGO
|
||||
</div>
|
||||
|
||||
<div>LOGO</div>
|
||||
</div>
|
||||
</header>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user