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`] = `
133133 Object {
134134 " href" : " https://discord.gg/topcoder" ,
135135 " openNewTab" : true ,
136- " title" : " Join Discord" ,
136+ " title" : " Discord" ,
137137 },
138138 ],
139139 " title" : " COMMUNITY" ,
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 } ,
Original file line number Diff line number Diff 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 } ,
Original file line number Diff line number Diff 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" >
You can’t perform that action at this time.
0 commit comments