File tree 2 files changed +2
-2
lines changed
__tests__/shared/components/__snapshots__
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ exports[`Matches shallow shapshot 1`] = `
63
63
className = " src-shared-components-TopcoderFooter-___style__link___3-nzm"
64
64
>
65
65
<a
66
- href = " https://www.topcoder-dev.com/community/taas "
66
+ href = " https://www.topcoder-dev.com/gigs "
67
67
>
68
68
Gig Work
69
69
</a >
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ export default function TopcoderFooter() {
45
45
< ul styleName = "navi-col-links" >
46
46
< Link to = { `${ base } /challenges` } > All Challenges</ Link >
47
47
< 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 >
49
49
< Link to = { `${ base } /community/practice` } > Practice</ Link >
50
50
</ ul >
51
51
</ div >
You can’t perform that action at this time.
0 commit comments