Skip to content

Commit 1d2a7f1

Browse files
committed
Fixes for 4029, 4994, 5102
1 parent 12adaec commit 1d2a7f1

File tree

1 file changed

+48
-0
lines changed
  • src/shared/components/challenge-detail/Specification/SideBar

1 file changed

+48
-0
lines changed

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

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,40 @@ export default function SideBar({
197197
</span>
198198
)
199199
}
200+
{
201+
!isDesign && (
202+
<span styleName="link-like-paragraph">
203+
<a
204+
href="https://www.topcoder.com/thrive/articles/Usable%20Code%20in%20Dev%20Challenges"
205+
title="Usable Code in Dev Challenges"
206+
target="_blank"
207+
rel="noreferrer"
208+
>
209+
Usable Code in Dev Challenges
210+
</a>
211+
</span>
212+
)
213+
}
200214
</div>
201215
)
202216
}
217+
{ isMM && (
218+
<div>
219+
<h2>
220+
CHALLENGE LINKS:
221+
</h2>
222+
<p styleName="link-like-paragraph">
223+
<a
224+
href="https://www.topcoder.com/thrive/articles/How%20To%20Compete%20in%20a%20Marathon%20Match"
225+
title="How To Compete in a Marathon Match"
226+
target="_blank"
227+
rel="noreferrer"
228+
>
229+
How To Compete in a Marathon Match
230+
</a>
231+
</p>
232+
</div>
233+
)}
203234
{
204235
isDesign
205236
&& (
@@ -331,6 +362,23 @@ export default function SideBar({
331362
</div>
332363
)
333364
}
365+
{ !isDesign && (
366+
<div>
367+
<h2>
368+
TOOLBOX:
369+
</h2>
370+
<p styleName="link-like-paragraph">
371+
<a
372+
href="https://marketplace.visualstudio.com/items?itemName=Topcoder.topcoder-workflow&ssr=false#overview"
373+
title="Topcoder Extension for VSCode"
374+
target="_blank"
375+
rel="noreferrer"
376+
>
377+
Topcoder Extension for VSCode
378+
</a>
379+
</p>
380+
</div>
381+
)}
334382
{ shareable && (
335383
<div>
336384
<h2>

0 commit comments

Comments
 (0)