Skip to content

Commit 0c3c6b0

Browse files
author
vikasrohit
authored
Merge pull request #529 from appirio-tech/fnisen-patch-2
Updating topcoder.v1.js with icon change
2 parents d1beab5 + 681241c commit 0c3c6b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/projectQuestions/topcoder.v1.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const sections = [
9494
type: 'tiled-radio-group',
9595
options: [
9696
{value: 'serif', title: 'Serif', icon: Icons.IconTcSpecTypeSerif, iconOptions: { fill: '#00000'}, desc: 'formal, old style'},
97-
{value: 'sanSerif', title: 'Sans Serif', icon: Icons.IconTcSpecTypeSerif, iconOptions: { fill: '#00000'}, desc: 'clean, modern, informal'}
97+
{value: 'sanSerif', title: 'Sans Serif', icon: Icons.IconTcSpecTypeSansSerif, iconOptions: { fill: '#00000'}, desc: 'clean, modern, informal'}
9898
],
9999
fieldName: 'details.designSpecification.fontStyle'
100100
},

0 commit comments

Comments
 (0)