File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
__tests__/shared/components Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ exports[`Default render 1`] = `
133
133
Object {
134
134
" href" : " https://discord.gg/topcoder" ,
135
135
" openNewTab" : true ,
136
- " title" : " Join Discord" ,
136
+ " title" : " Discord" ,
137
137
},
138
138
],
139
139
" title" : " COMMUNITY" ,
Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ exports[`Matches shallow shapshot 1`] = `
240
240
href = " https://discord.gg/topcoder"
241
241
target = " _blank"
242
242
>
243
- Join Discord
243
+ Discord
244
244
</a >
245
245
</li >
246
246
</ul >
Original file line number Diff line number Diff line change @@ -406,7 +406,7 @@ module.exports = {
406
406
] ,
407
407
} ,
408
408
{
409
- title : 'Join Discord' ,
409
+ title : 'Discord' ,
410
410
href : 'https://discord.gg/topcoder' ,
411
411
openNewTab : true ,
412
412
} ,
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ module.exports = {
187
187
] ,
188
188
} ,
189
189
{
190
- title : 'Join Discord' ,
190
+ title : 'Discord' ,
191
191
href : 'https://discord.gg/topcoder' ,
192
192
openNewTab : true ,
193
193
} ,
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ export default function TopcoderFooter() {
82
82
< Link to = { `${ base } /community/statistics` } > Statistics</ Link >
83
83
< Link to = { `${ base } /community/member-programs/topcoder-open` } > TCO</ Link >
84
84
< 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 >
86
86
</ ul >
87
87
</ div >
88
88
< div styleName = "navi-col" >
You can’t perform that action at this time.
0 commit comments