diff --git a/resources/js/Global/components/Drawer/SideBar.vue b/resources/js/Global/components/Drawer/SideBar.vue index 6c5c24f..76e4b4c 100644 --- a/resources/js/Global/components/Drawer/SideBar.vue +++ b/resources/js/Global/components/Drawer/SideBar.vue @@ -81,6 +81,7 @@ export default { titleFa: " مدیریت محصولات ", icon: "dropbox", permissionClass: "Product::index", + module: "core", href: '/product/home', tileClass: 'cyan-theme', }, @@ -216,4 +217,7 @@ export default { .drawer.open { left: 0px; } +.v-application .caption { + font-family: iranyekan-regular!important; +}