Fix admin

Deskripsi:
- Ganti status developer jadi super admin
This commit is contained in:
2025-01-04 11:48:22 +08:00
parent d4c4bee2f2
commit c3a05fd6b2
9 changed files with 189 additions and 109 deletions

View File

@@ -297,10 +297,10 @@ export const newListAdminPage = [
child: [],
},
// Developer
// Developer | Super Admin
{
id: "Developer",
name: "Developer",
id: "Super Admin",
name: "Super Admin",
path: RouterAdminDeveloper.main,
icon: <IconDashboard />,
child: [],