Skip to content

Commit 0ea56e3

Browse files
committed
Fix #5965
1 parent bf4ac74 commit 0ea56e3

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -163,15 +163,6 @@ 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>
175166
<li
176167
className="src-shared-components-TopcoderFooter-___style__link___3-nzm"
177168
>

src/shared/components/TopcoderFooter/index.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ export default function TopcoderFooter() {
6969
<div styleName="sep-line" />
7070
<ul styleName="navi-col-links">
7171
<Link to={`${base}/blog`}>Blog</Link>
72-
<Link to={`${base}/community/pipeline`}>Challenge Pipeline</Link>
7372
<Link to={`${base}/community/events`}>Events Calendar</Link>
7473
<Link to={`${config.URL.FORUMS_VANILLA}`}>Forums</Link>
7574
<Link to={`${base}/community/member-programs`}>Programs</Link>

0 commit comments

Comments
 (0)