Skip to content

Commit 79328a1

Browse files
authored
Remove settings menu in the admin dashboard (#18224)
1 parent 89797f4 commit 79328a1

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)