feat(services): add services menu item to sidebar and update related components
This commit is contained in:
@@ -22,6 +22,7 @@ import {
|
||||
StarIcon,
|
||||
TagIcon,
|
||||
UserCircleIcon,
|
||||
WrenchScrewdriverIcon,
|
||||
UserGroupIcon,
|
||||
UsersIcon,
|
||||
} from "@heroicons/react/24/outline";
|
||||
@@ -242,10 +243,15 @@ function buildSections(
|
||||
icon: ArchiveBoxIcon,
|
||||
label: "انبارداری",
|
||||
},
|
||||
{
|
||||
to: "/admin/clinic-services",
|
||||
icon: WrenchScrewdriverIcon,
|
||||
label: "سرویس ها",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
// مدیریت بیمه / سرویسها / کیف پول پیامک زیر همین «تنظیمات» است
|
||||
// مدیریت بیمه / کیف پول پیامک زیر همین «تنظیمات» است
|
||||
// (منوی داخل صفحهٔ اشتراک)، نه در سایدبار اصلی.
|
||||
label: "تنظیمات",
|
||||
items: [
|
||||
@@ -312,10 +318,15 @@ function buildSections(
|
||||
icon: ArchiveBoxIcon,
|
||||
label: "انبارداری",
|
||||
},
|
||||
{
|
||||
to: "/admin/clinic-services",
|
||||
icon: WrenchScrewdriverIcon,
|
||||
label: "سرویس ها",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
// مدیریت بیمه / سرویسها / کیف پول پیامک زیر همین «تنظیمات» است
|
||||
// مدیریت بیمه / کیف پول پیامک زیر همین «تنظیمات» است
|
||||
// (منوی داخل صفحهٔ اشتراک)، نه در سایدبار اصلی.
|
||||
label: "تنظیمات",
|
||||
items: [
|
||||
|
||||
Reference in New Issue
Block a user