This commit is contained in:
Iliyan Angelov
2025-12-01 07:24:31 +02:00
parent 62c1fe5951
commit 49181cf48c
9 changed files with 4519 additions and 5 deletions

View File

@@ -303,6 +303,11 @@ const SidebarAdmin: React.FC<SidebarAdminProps> = ({
icon: HardDrive,
label: 'Backups'
},
{
path: '/admin/profile',
icon: User,
label: 'My Profile'
},
]
},
];