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 @@ -167,7 +167,7 @@ exports[`Matches shallow shapshot 1`] = `
167
167
className = " src-shared-components-TopcoderFooter-___style__link___3-nzm"
168
168
>
169
169
<a
170
- href = " https://www.topcoder-dev.com/blog"
170
+ href = " https://www.topcoder-dev.com/blog?ref=navb "
171
171
target = " _self"
172
172
>
173
173
Blog
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ export default function TopcoderFooter() {
75
75
< h4 styleName = "navi-col-title" > COMMUNITY</ h4 >
76
76
< div styleName = "sep-line" />
77
77
< ul styleName = "navi-col-links" >
78
- < Link to = { `${ base } /blog` } > Blog</ Link >
78
+ < Link to = { `${ base } /blog?ref=navb ` } > Blog</ Link >
79
79
< Link to = { `${ base } /community/events?ref=navb` } > Events Calendar</ Link >
80
80
< Link to = { `${ config . URL . FORUMS_VANILLA } ?ref=navb` } > Forums</ Link >
81
81
< Link to = { `${ base } /community/member-programs?ref=navb` } > Programs</ Link >
You can’t perform that action at this time.
0 commit comments