Skip to content

Commit e1bdc27

Browse files
committed
changed link texts
1 parent 023dd67 commit e1bdc27

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

__tests__/shared/components/Header/__snapshots__/index.jsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ exports[`Default render 1`] = `
133133
Object {
134134
"href": "https://discord.gg/topcoder",
135135
"openNewTab": true,
136-
"title": "Join Discord",
136+
"title": "Discord",
137137
},
138138
],
139139
"title": "COMMUNITY",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ exports[`Matches shallow shapshot 1`] = `
240240
href="https://discord.gg/topcoder"
241241
target="_blank"
242242
>
243-
Join Discord
243+
Discord
244244
</a>
245245
</li>
246246
</ul>

config/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ module.exports = {
406406
],
407407
},
408408
{
409-
title: 'Join Discord',
409+
title: 'Discord',
410410
href: 'https://discord.gg/topcoder',
411411
openNewTab: true,
412412
},

config/production.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ module.exports = {
187187
],
188188
},
189189
{
190-
title: 'Join Discord',
190+
title: 'Discord',
191191
href: 'https://discord.gg/topcoder',
192192
openNewTab: true,
193193
},

src/shared/components/TopcoderFooter/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export default function TopcoderFooter() {
8282
<Link to={`${base}/community/statistics`}>Statistics</Link>
8383
<Link to={`${base}/community/member-programs/topcoder-open`}>TCO</Link>
8484
<Link to={`${base}/thrive`}>Thrive</Link>
85-
<Link to="https://discord.gg/topcoder" openNewTab>Join Discord</Link>
85+
<Link to="https://discord.gg/topcoder" openNewTab>Discord</Link>
8686
</ul>
8787
</div>
8888
<div styleName="navi-col">

0 commit comments

Comments
 (0)