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 @@ -321,6 +321,15 @@ exports[`Matches shallow shapshot 1`] = `
321
321
Talk to Sales
322
322
</a >
323
323
</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 >
324
333
</ul >
325
334
</div >
326
335
<div
Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ export default function TopcoderFooter() {
91
91
< Link to = { `${ base } /community/learn` } > About Community</ Link >
92
92
< Link to = { `${ base } /community/changelog` } > Changelog</ Link >
93
93
< Link to = { `${ base } /contact-us/` } > Talk to Sales</ Link >
94
+ < Link to = { `${ base } /community/terms` } > Terms</ Link >
94
95
</ ul >
95
96
</ div >
96
97
< div styleName = "navi-col" >
You can’t perform that action at this time.
0 commit comments