Skip to content

Commit 20017db

Browse files
committed
feat: open specifications in new tab
ref issue #1062
1 parent 9c17b8f commit 20017db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/ChallengeEditor/TextEditor-Field/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class TextEditorField extends Component {
6161
{shouldShowPrivateDescription && showShowPrivateDescriptionField && (<div className={styles.title}>
6262
<span>Private specification</span>
6363
{!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>
6565
</div>)}
6666
<i>
6767
This text will only be visible to Topcoder members that have

src/components/ChallengeEditor/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1489,7 +1489,7 @@ class ChallengeEditor extends Component {
14891489
<div className={styles.group}>
14901490
<div className={styles.title}>Public specification <span>*</span></div>
14911491
<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>
14931493
</div>
14941494
<TextEditorField
14951495
challengeTags={metadata.challengeTags}

0 commit comments

Comments
 (0)