File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
app/[locale]/dashboard/[entityType]/[entitySlug] Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ export default function OrgDashboardLayout({ children }: DashboardLayoutProps) {
7070 {
7171 title : 'Add & Manage Charts' ,
7272 href : `/dashboard/${ params . entityType } /${ params . entitySlug } /charts` ,
73- icon : 'chart ' ,
73+ icon : 'chartBar ' ,
7474 } ,
7575 {
7676 title : 'Profile' ,
Original file line number Diff line number Diff line change @@ -13,7 +13,10 @@ import {
1313 IconBulb ,
1414 IconCalendar ,
1515 IconChartBar ,
16+ IconChartLine ,
17+ IconChartTreemap ,
1618 IconCheck ,
19+ IconCircle5 ,
1720 IconCircleCheck ,
1821 IconCircleCheckFilled ,
1922 IconCloudUpload ,
@@ -47,6 +50,7 @@ import {
4750 IconShieldStar ,
4851 IconStar ,
4952 IconTerminal ,
53+ IconTopologyStarRing3 ,
5054 IconTrash ,
5155 IconUser ,
5256 IconUserCog ,
@@ -117,4 +121,10 @@ export const Icons: {
117121 star : IconStar ,
118122 light : IconBulb ,
119123 location : IconMapPin ,
124+ chartBar : IconChartBar ,
125+ chartBigNumber : IconCircle5 ,
126+ chartTreeMap : IconChartTreemap ,
127+ chartLine : IconChartLine ,
128+ chartMapPolygon : IconTopologyStarRing3 ,
129+ chartMap : IconWorld ,
120130} ;
You can’t perform that action at this time.
0 commit comments