This commit is contained in:
marzban-dev
2025-01-16 15:53:52 +03:30
parent 6e1fb1f072
commit 17493beffa
+13 -7
View File
@@ -19,24 +19,24 @@ const { logout } = useAuth();
const nav_links = ref<NavLink[]>([
{
title: "فروشگاه",
path: "#",
path: "#"
},
{
title: "دسته بندی ها",
path: "#",
path: "#"
},
{
title: "جستجو",
path: "#",
path: "#"
},
{
title: "ارتباط با ما",
path: "#",
path: "#"
},
{
title: "امکانات",
path: "#",
},
path: "#"
}
]);
</script>
@@ -53,7 +53,13 @@ const nav_links = ref<NavLink[]>([
<button @click="() => logout(true)">خروج از وبسایت</button>
</div>
<div v-else class="text-black">KIR</div>
<button
@click="navigateTo('/signin')"
class="cursor-pointer"
v-else
>
وارد شوید
</button>
<nav
class="flex-center gap-[2.5rem] w-8/12 typo-label-sm text-slate-500"