Skip to content

Commit fafe819

Browse files
committed
remove terms from footer
1 parent 3809d59 commit fafe819

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
@@ -348,15 +348,6 @@ exports[`Matches shallow shapshot 1`] = `
348348
Talk to Sales
349349
</a>
350350
</li>
351-
<li
352-
className="src-shared-components-TopcoderFooter-___style__link___3-nzm"
353-
>
354-
<a
355-
href="https://www.topcoder-dev.com/community/terms"
356-
>
357-
Terms
358-
</a>
359-
</li>
360351
</ul>
361352
</div>
362353
<div

src/shared/components/TopcoderFooter/index.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ export default function TopcoderFooter() {
9494
<Link to={`${base}/community/learn`}>About Community</Link>
9595
<Link to={`${base}/community/changelog`}>Changelog</Link>
9696
<Link to={`${base}/contact-us/`}>Talk to Sales</Link>
97-
<Link to={`${base}/community/terms`}>Terms</Link>
9897
</ul>
9998
</div>
10099
<div styleName="navi-col">

0 commit comments

Comments
 (0)