Skip to content

Commit 4511fff

Browse files
committed
Add Changelog to footer
1 parent 0437b68 commit 4511fff

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
@@ -303,6 +303,15 @@ exports[`Matches shallow shapshot 1`] = `
303303
About Community
304304
</a>
305305
</li>
306+
<li
307+
className="src-shared-components-TopcoderFooter-___style__link___3-nzm"
308+
>
309+
<a
310+
href="https://www.topcoder-dev.com/community/changelog"
311+
>
312+
Changelog
313+
</a>
314+
</li>
306315
<li
307316
className="src-shared-components-TopcoderFooter-___style__link___3-nzm"
308317
>

src/shared/components/TopcoderFooter/index.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ export default function TopcoderFooter() {
8989
<Link to={`${base}/community/contact`}>Contact Us</Link>
9090
<Link to="https://accounts.topcoder.com/member/registration?utm_source=community&utm_campaign=tc-footer&utm_medium=promotion">Join Community</Link>
9191
<Link to={`${base}/community/learn`}>About Community</Link>
92+
<Link to={`${base}/community/changelog`}>Changelog</Link>
9293
<Link to={`${base}/contact-us/`}>Talk to Sales</Link>
9394
</ul>
9495
</div>

0 commit comments

Comments
 (0)