Skip to content

Commit bb61b36

Browse files
committed
Add icons for chart types and also update the chartBar in layout sidebar
1 parent 92be9b2 commit bb61b36

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

components/icons.tsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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
};

0 commit comments

Comments
 (0)