File tree 2 files changed +10
-0
lines changed
__tests__/shared/components/__snapshots__
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -303,6 +303,15 @@ exports[`Matches shallow shapshot 1`] = `
303
303
About Community
304
304
</a >
305
305
</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 >
306
315
<li
307
316
className = " src-shared-components-TopcoderFooter-___style__link___3-nzm"
308
317
>
Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ export default function TopcoderFooter() {
89
89
< Link to = { `${ base } /community/contact` } > Contact Us</ Link >
90
90
< Link to = "https://accounts.topcoder.com/member/registration?utm_source=community& utm_campaign = tc - footer & utm_medium = promotion " > Join Community</ Link >
91
91
< Link to = { `${ base } /community/learn` } > About Community</ Link >
92
+ < Link to = { `${ base } /community/changelog` } > Changelog</ Link >
92
93
< Link to = { `${ base } /contact-us/` } > Talk to Sales</ Link >
93
94
</ ul >
94
95
</ div >
You can’t perform that action at this time.
0 commit comments