We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 348b35d commit b9d445aCopy full SHA for b9d445a
components/dashboard/src/admin/admin-menu.ts
@@ -9,10 +9,6 @@ export const adminMenu = [
9
title: 'Users',
10
link: ['/admin/users', '/admin']
11
},
12
- {
13
- title: 'Teams',
14
- link: ['/admin/teams']
15
- },
16
{
17
title: 'Workspaces',
18
link: ['/admin/workspaces']
@@ -21,6 +17,10 @@ export const adminMenu = [
21
title: 'Projects',
22
link: ['/admin/projects']
23
19
20
+ {
+ title: 'Teams',
+ link: ['/admin/teams']
+ },
24
25
title: 'Settings',
26
link: ['/admin/settings']
0 commit comments