Skip to content

Commit d8d908b

Browse files
committed
Remove settings menu in the admin dashboard
1 parent 0bc2a7a commit d8d908b

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

components/dashboard/src/admin/admin.routes.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,5 @@ export function getAdminTabs(): TabEntry[] {
3232
title: "Blocked Email Domains",
3333
link: "/admin/blocked-email-domains",
3434
},
35-
{
36-
title: "Settings",
37-
link: "/admin/settings",
38-
alternatives: getAdminSettingsMenu().flatMap((e) => e.link),
39-
},
40-
];
41-
}
42-
43-
export function getAdminSettingsMenu() {
44-
return [
45-
{
46-
title: "General",
47-
link: ["/admin/settings"],
48-
},
4935
];
5036
}

0 commit comments

Comments
 (0)