Skip to content

Commit 75b3030

Browse files
committed
Add option for charts in dashboard layout
1 parent 0e4c6c0 commit 75b3030

File tree

1 file changed

+5
-0
lines changed
  • app/[locale]/dashboard/[entityType]/[entitySlug]

1 file changed

+5
-0
lines changed

app/[locale]/dashboard/[entityType]/[entitySlug]/layout.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ export default function OrgDashboardLayout({ children }: DashboardLayoutProps) {
6767
href: `/dashboard/${params.entityType}/${params.entitySlug}/usecases`,
6868
icon: 'light',
6969
},
70+
{
71+
title: 'Add & Manage Charts',
72+
href: `/dashboard/${params.entityType}/${params.entitySlug}/charts`,
73+
icon: 'chart',
74+
},
7075
{
7176
title: 'Profile',
7277
href: `/dashboard/${params.entityType}/${params.entitySlug}/profile`,

0 commit comments

Comments
 (0)