File tree 2 files changed +11
-0
lines changed
2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ module.exports = {
140
140
HOWTOCOMPETEINMARATHON : 'https://www.topcoder.com/thrive/articles/How%20To%20Compete%20in%20a%20Marathon%20Match' ,
141
141
USABLECODEDEV : 'https://www.topcoder.com/thrive/articles/Usable%20Code%20in%20Dev%20Challenges' ,
142
142
EXTENSIONVSCODE : 'https://marketplace.visualstudio.com/items?itemName=Topcoder.topcoder-workflow&ssr=false#overview' ,
143
+ TEMPLATES_REPO : 'https://github.com/topcoder-platform-templates' ,
143
144
} ,
144
145
145
146
IOS : 'https://ios.topcoder-dev.com' ,
Original file line number Diff line number Diff line change @@ -432,6 +432,16 @@ export default function SideBar({
432
432
</ div >
433
433
</ Tooltip >
434
434
</ 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 >
435
445
</ div >
436
446
{ shareable && (
437
447
< div >
You can’t perform that action at this time.
0 commit comments