Skip to content

Commit adeeb56

Browse files
authored
Merge pull request #4820 from topcoder-platform/feature-contentful
Gigs link on footer
2 parents 54a851b + 04443c8 commit adeeb56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ exports[`Matches shallow shapshot 1`] = `
6363
className="src-shared-components-TopcoderFooter-___style__link___3-nzm"
6464
>
6565
<a
66-
href="https://www.topcoder-dev.com/community/taas"
66+
href="https://www.topcoder-dev.com/gigs"
6767
>
6868
Gig Work
6969
</a>

src/shared/components/TopcoderFooter/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default function TopcoderFooter() {
4545
<ul styleName="navi-col-links">
4646
<Link to={`${base}/challenges`}>All Challenges</Link>
4747
<Link to={`${base}/community/arena`}>Competitive Programming</Link>
48-
<Link to={`${base}/community/taas`}>Gig Work</Link>
48+
<Link to={`${base}/gigs`}>Gig Work</Link>
4949
<Link to={`${base}/community/practice`}>Practice</Link>
5050
</ul>
5151
</div>

0 commit comments

Comments
 (0)