Skip to content

Commit 590d2af

Browse files
committed
added ref to blog link in footer
1 parent 30fdaeb commit 590d2af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

__tests__/shared/components/__snapshots__/TopcoderFooter.jsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ exports[`Matches shallow shapshot 1`] = `
167167
className="src-shared-components-TopcoderFooter-___style__link___3-nzm"
168168
>
169169
<a
170-
href="https://www.topcoder-dev.com/blog"
170+
href="https://www.topcoder-dev.com/blog?ref=navb"
171171
target="_self"
172172
>
173173
Blog

src/shared/components/TopcoderFooter/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export default function TopcoderFooter() {
7575
<h4 styleName="navi-col-title">COMMUNITY</h4>
7676
<div styleName="sep-line" />
7777
<ul styleName="navi-col-links">
78-
<Link to={`${base}/blog`}>Blog</Link>
78+
<Link to={`${base}/blog?ref=navb`}>Blog</Link>
7979
<Link to={`${base}/community/events?ref=navb`}>Events Calendar</Link>
8080
<Link to={`${config.URL.FORUMS_VANILLA}?ref=navb`}>Forums</Link>
8181
<Link to={`${base}/community/member-programs?ref=navb`}>Programs</Link>

0 commit comments

Comments
 (0)