Skip to content

Commit c3875b4

Browse files
committed
#4626 and #4636
1 parent c561e5e commit c3875b4

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

__tests__/shared/components/__snapshots__/TopcoderFooter.jsx.snap

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ exports[`Matches shallow shapshot 1`] = `
5454
className="src-shared-components-TopcoderFooter-___style__link___3-nzm"
5555
>
5656
<a
57-
href="https://arena.topcoder.com/"
57+
href="https://www.topcoder-dev.com/community/arena"
5858
>
5959
Competitive Programming
6060
</a>
@@ -68,6 +68,15 @@ exports[`Matches shallow shapshot 1`] = `
6868
Gig Work
6969
</a>
7070
</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>
7180
</ul>
7281
</div>
7382
<div

src/shared/components/TopcoderFooter/index.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ export default function TopcoderFooter() {
4444
<div styleName="sep-line" />
4545
<ul styleName="navi-col-links">
4646
<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>
4848
<Link to={`${base}/community/taas`}>Gig Work</Link>
49+
<Link to={`${base}/community/practice`}>Practice</Link>
4950
</ul>
5051
</div>
5152
<div styleName="navi-col">

0 commit comments

Comments
 (0)