File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
__tests__/shared/components/__snapshots__ Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -163,6 +163,15 @@ exports[`Matches shallow shapshot 1`] = `
163
163
Blog
164
164
</a >
165
165
</li >
166
+ <li
167
+ className = " src-shared-components-TopcoderFooter-___style__link___3-nzm"
168
+ >
169
+ <a
170
+ href = " https://www.topcoder-dev.com/community/pipeline"
171
+ >
172
+ Challenge Pipeline
173
+ </a >
174
+ </li >
166
175
<li
167
176
className = " src-shared-components-TopcoderFooter-___style__link___3-nzm"
168
177
>
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ export default function TopcoderFooter() {
65
65
< div styleName = "sep-line" />
66
66
< ul styleName = "navi-col-links" >
67
67
< Link to = { `${ base } /blog` } > Blog</ Link >
68
+ < Link to = { `${ base } /community/pipeline` } > Challenge Pipeline</ Link >
68
69
< Link to = { `${ base } /community/events` } > Events Calendar</ Link >
69
70
< Link to = "https://apps.topcoder.com/forums" > Forums</ Link >
70
71
< Link to = { `${ base } /community/member-programs` } > Programs</ Link >
You can’t perform that action at this time.
0 commit comments