File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
__tests__/shared/components/__snapshots__ Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -359,7 +359,7 @@ exports[`Matches shallow shapshot 1`] = `
359359 className = " src-shared-components-TopcoderFooter-___style__link___3-nzm"
360360 >
361361 <a
362- href = " https://www .topcoder-dev .com/contact-us /?ref=navb"
362+ href = " https://go .topcoder.com/contact/?ref=navb"
363363 target = " _self"
364364 >
365365 Talk to Sales
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ export default function TopcoderFooter() {
105105 }
106106 < Link to = { `${ base } /community/learn?ref=navb` } > About Community</ Link >
107107 < Link to = { `${ base } /community/changelog?ref=navb` } > Changelog</ Link >
108- < Link to = { ` ${ base } / contact-us /?ref=navb` } > Talk to Sales</ Link >
108+ < Link to = "https://go.topcoder.com/ contact/?ref=navb" > Talk to Sales</ Link >
109109 </ ul >
110110 </ div >
111111 < div styleName = "navi-col" >
You can’t perform that action at this time.
0 commit comments