File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/components/ChallengeEditor Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ class TextEditorField extends Component {
61
61
{ shouldShowPrivateDescription && showShowPrivateDescriptionField && ( < div className = { styles . title } >
62
62
< span > Private specification</ span >
63
63
{ ! readOnly && ( < div >
64
- < i > Access specification templates < a href = 'https://github.com/topcoder-platform-templates/specification-templates' > here</ a > </ i >
64
+ < i > Access specification templates < a href = 'https://github.com/topcoder-platform-templates/specification-templates' target = '_blank' > here</ a > </ i >
65
65
</ div > ) }
66
66
< i >
67
67
This text will only be visible to Topcoder members that have
Original file line number Diff line number Diff line change @@ -1489,7 +1489,7 @@ class ChallengeEditor extends Component {
1489
1489
< div className = { styles . group } >
1490
1490
< div className = { styles . title } > Public specification < span > *</ span > </ div >
1491
1491
< div className = { styles . templateLink } >
1492
- < i > Access specification templates < a href = 'https://github.com/topcoder-platform-templates/specification-templates' > here</ a > </ i >
1492
+ < i > Access specification templates < a href = 'https://github.com/topcoder-platform-templates/specification-templates' target = '_blank' > here</ a > </ i >
1493
1493
</ div >
1494
1494
< TextEditorField
1495
1495
challengeTags = { metadata . challengeTags }
You can’t perform that action at this time.
0 commit comments