Skip to content

Commit e38a034

Browse files
shreeyash07tnagorra
authored andcommitted
small fix
1 parent 043504e commit e38a034

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

manager-dashboard/app/utils/common.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export const projectTypeLabelMap: {
7979
export type IconKey = 'addOutline'
8080
| 'alertOutline'
8181
| 'banOutline'
82-
| 'checkmarkOutline'
82+
| 'check'
8383
| 'closeOutline'
8484
| 'eggOutline'
8585
| 'ellipseOutline'
@@ -104,9 +104,9 @@ export type IconKey = 'addOutline'
104104
| 'warningOutline'
105105
| 'generalTap'
106106
| 'tap'
107-
| 'oneTap'
108-
| 'twoTap'
109-
| 'threeTap';
107+
| 'tap-1'
108+
| 'tap-2'
109+
| 'tap-3';
110110

111111
export interface IconItem {
112112
key: IconKey;
@@ -147,7 +147,7 @@ export const iconList: IconItem[] = [
147147
component: IoBanOutline,
148148
},
149149
{
150-
key: 'checkmarkOutline',
150+
key: 'check',
151151
label: 'Checkmark',
152152
component: IoCheckmarkOutline,
153153
},
@@ -272,17 +272,17 @@ export const iconList: IconItem[] = [
272272
component: getPngIcon(angularTapIcon, 'tap'),
273273
},
274274
{
275-
key: 'oneTap',
275+
key: 'tap-1',
276276
label: '1-Tap',
277277
component: getPngIcon(oneTapIcon, 'one tap'),
278278
},
279279
{
280-
key: 'twoTap',
280+
key: 'tap-2',
281281
label: '2-Tap',
282282
component: getPngIcon(twoTapIcon, 'two tap'),
283283
},
284284
{
285-
key: 'threeTap',
285+
key: 'tap-3',
286286
label: '3-Tap',
287287
component: getPngIcon(threeTapIcon, 'three tap'),
288288
},

manager-dashboard/app/views/NewTutorial/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ export const defaultFootprintCustomOptions: PartialTutorialFormType['customOptio
248248
optionId: 1,
249249
value: 1,
250250
title: 'Yes',
251-
icon: 'checkmarkOutline',
251+
icon: 'check',
252252
iconColor: 'green',
253253
description: 'the shape does outline a building in the image',
254254
},

0 commit comments

Comments
 (0)