File tree 2 files changed +2
-2
lines changed
__tests__/shared/components/__snapshots__
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`] = `
359
359
className = " src-shared-components-TopcoderFooter-___style__link___3-nzm"
360
360
>
361
361
<a
362
- href = " https://www .topcoder-dev .com/contact-us /?ref=navb"
362
+ href = " https://go .topcoder.com/contact/?ref=navb"
363
363
target = " _self"
364
364
>
365
365
Talk to Sales
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ export default function TopcoderFooter() {
105
105
}
106
106
< Link to = { `${ base } /community/learn?ref=navb` } > About Community</ Link >
107
107
< 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 >
109
109
</ ul >
110
110
</ div >
111
111
< div styleName = "navi-col" >
You can’t perform that action at this time.
0 commit comments