File tree 2 files changed +12
-2
lines changed
__tests__/shared/components/__snapshots__
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ exports[`Matches shallow shapshot 1`] = `
54
54
className = " src-shared-components-TopcoderFooter-___style__link___3-nzm"
55
55
>
56
56
<a
57
- href = " https://arena .topcoder.com/"
57
+ href = " https://www .topcoder-dev .com/community/arena "
58
58
>
59
59
Competitive Programming
60
60
</a >
@@ -68,6 +68,15 @@ exports[`Matches shallow shapshot 1`] = `
68
68
Gig Work
69
69
</a >
70
70
</li >
71
+ <li
72
+ className = " src-shared-components-TopcoderFooter-___style__link___3-nzm"
73
+ >
74
+ <a
75
+ href = " https://www.topcoder-dev.com/community/practice"
76
+ >
77
+ Practice
78
+ </a >
79
+ </li >
71
80
</ul >
72
81
</div >
73
82
<div
Original file line number Diff line number Diff line change @@ -44,8 +44,9 @@ export default function TopcoderFooter() {
44
44
< div styleName = "sep-line" />
45
45
< ul styleName = "navi-col-links" >
46
46
< Link to = { `${ base } /challenges` } > All Challenges</ Link >
47
- < Link to = "https:/ /arena.topcoder.com/" > Competitive Programming</ Link >
47
+ < Link to = { ` ${ base } /community /arena` } > Competitive Programming</ Link >
48
48
< Link to = { `${ base } /community/taas` } > Gig Work</ Link >
49
+ < Link to = { `${ base } /community/practice` } > Practice</ Link >
49
50
</ ul >
50
51
</ div >
51
52
< div styleName = "navi-col" >
You can’t perform that action at this time.
0 commit comments