Skip to content

Commit 57ea9a9

Browse files
Merge pull request #5436 from draco-malfoy/bug-bash
Bug bash issue-5329 - add templates repo link to sidebar
2 parents 71f8325 + b70978a commit 57ea9a9

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

config/default.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ module.exports = {
140140
HOWTOCOMPETEINMARATHON: 'https://www.topcoder.com/thrive/articles/How%20To%20Compete%20in%20a%20Marathon%20Match',
141141
USABLECODEDEV: 'https://www.topcoder.com/thrive/articles/Usable%20Code%20in%20Dev%20Challenges',
142142
EXTENSIONVSCODE: 'https://marketplace.visualstudio.com/items?itemName=Topcoder.topcoder-workflow&ssr=false#overview',
143+
TEMPLATES_REPO: 'https://github.com/topcoder-platform-templates',
143144
},
144145

145146
IOS: 'https://ios.topcoder-dev.com',

src/shared/components/challenge-detail/Specification/SideBar/index.jsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,16 @@ export default function SideBar({
432432
</div>
433433
</Tooltip>
434434
</span>
435+
<span styleName="link-like-paragraph tooltip-container">
436+
<a
437+
href={config.URL.INFO.TEMPLATES_REPO}
438+
title="Topcoder Templates repository"
439+
target="_blank"
440+
rel="noreferrer"
441+
>
442+
Topcoder Templates <br /> repository
443+
</a>
444+
</span>
435445
</div>
436446
{ shareable && (
437447
<div>

0 commit comments

Comments
 (0)