Skip to content

Commit a680471

Browse files
committed
Update for #4468
1 parent 8c2b56c commit a680471

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,15 @@ exports[`Matches shallow shapshot 1`] = `
163163
Blog
164164
</a>
165165
</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>
166175
<li
167176
className="src-shared-components-TopcoderFooter-___style__link___3-nzm"
168177
>

src/shared/components/TopcoderFooter/index.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ export default function TopcoderFooter() {
6565
<div styleName="sep-line" />
6666
<ul styleName="navi-col-links">
6767
<Link to={`${base}/blog`}>Blog</Link>
68+
<Link to={`${base}/community/pipeline`}>Challenge Pipeline</Link>
6869
<Link to={`${base}/community/events`}>Events Calendar</Link>
6970
<Link to="https://apps.topcoder.com/forums">Forums</Link>
7071
<Link to={`${base}/community/member-programs`}>Programs</Link>

0 commit comments

Comments
 (0)