Skip to content

Commit 681241c

Browse files
authored
Updating topcoder.v1.js with icon change
Sans Serif icon represented incorrectly
1 parent bf407da commit 681241c

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)