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 0f595d8 commit 2464bc5Copy full SHA for 2464bc5
app/[locale]/dashboard/[entityType]/[entitySlug]/layout.tsx
@@ -43,6 +43,13 @@ export default function OrgDashboardLayout({ children }: DashboardLayoutProps) {
43
href: '/dashboard/user/datasets',
44
label: 'User Dashboard',
45
},
46
+ {
47
+ href: `/dashboard/${params.entityType}`,
48
+ label:
49
+ params.entityType === 'organization'
50
+ ? 'My Organizations'
51
+ : 'My DataSpaces',
52
+ },
53
{
54
href: '',
55
label: `${params.entitySlug}`,
0 commit comments