feat: add doctor profile page with sidebar integration and routing
This commit is contained in:
@@ -14,6 +14,7 @@ import {
|
||||
KeyIcon,
|
||||
StarIcon,
|
||||
TagIcon,
|
||||
UserCircleIcon,
|
||||
UserGroupIcon,
|
||||
UsersIcon,
|
||||
} from "@heroicons/react/24/outline";
|
||||
@@ -92,6 +93,12 @@ function buildSections(primaryRole: string | null, dbUuid: string | null): Secti
|
||||
{ to: '/admin/dashboard', icon: ChartBarIcon, label: 'داشبورد' },
|
||||
],
|
||||
},
|
||||
{
|
||||
label: 'پروفایل',
|
||||
items: [
|
||||
{ to: '/admin/profile', icon: UserCircleIcon, label: 'پروفایل من' },
|
||||
],
|
||||
},
|
||||
{
|
||||
label: 'مدیریت',
|
||||
items: [
|
||||
|
||||
Reference in New Issue
Block a user