Skip to content

Commit a8f25bf

Browse files
committed
Implements #4353
1 parent 2f96b2a commit a8f25bf

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
@@ -321,6 +321,15 @@ exports[`Matches shallow shapshot 1`] = `
321321
Talk to Sales
322322
</a>
323323
</li>
324+
<li
325+
className="src-shared-components-TopcoderFooter-___style__link___3-nzm"
326+
>
327+
<a
328+
href="https://www.topcoder-dev.com/community/terms"
329+
>
330+
Terms
331+
</a>
332+
</li>
324333
</ul>
325334
</div>
326335
<div

src/shared/components/TopcoderFooter/index.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ export default function TopcoderFooter() {
9191
<Link to={`${base}/community/learn`}>About Community</Link>
9292
<Link to={`${base}/community/changelog`}>Changelog</Link>
9393
<Link to={`${base}/contact-us/`}>Talk to Sales</Link>
94+
<Link to={`${base}/community/terms`}>Terms</Link>
9495
</ul>
9596
</div>
9697
<div styleName="navi-col">

0 commit comments

Comments
 (0)