This commit is contained in:
Kar
2022-09-24 22:58:33 +05:30
parent ef31ce24ed
commit bd21c48922
2 changed files with 3 additions and 2 deletions

View File

@@ -17,6 +17,7 @@
<!-- <v-icon>{{ item.img }}</v-icon> -->
{{ item.title }}
</NuxtLink>
<a href="https://agent.swarnamath.com">Login</a>
</v-row>
</v-toolbar-items>
</v-app-bar>
@@ -70,7 +71,7 @@ export default {
{ img: 'mdi-apple', link: "/category/cloths", title: 'পরিধান ' },
{ img: 'mdi-tag', link: "/category/grocery", title: 'মুদি ' },
{ img: 'mdi-basket', link: "/bag", title: 'ব্যাগ ' },
{ img: 'mdi-cellphone-basic', link: "/category/", title: 'সব বিভাগ' },
{ img: 'mdi-cellphone-basic', link: "/category/", title: 'সব বিভাগ' }
],
}),