File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -136,6 +136,11 @@ exports[`Default render 1`] = `
136136 " openNewTab" : true ,
137137 " title" : " Discord" ,
138138 },
139+ Object {
140+ " href" : " https://platform-ui.topcoder-dev.com/learn" ,
141+ " openNewTab" : true ,
142+ " title" : " Learn" ,
143+ },
139144 ],
140145 " title" : " COMMUNITY" ,
141146 },
Original file line number Diff line number Diff line change @@ -410,6 +410,11 @@ module.exports = {
410410 href : 'https://discord.gg/topcoder' ,
411411 openNewTab : true ,
412412 } ,
413+ {
414+ title : 'Learn' ,
415+ href : 'https://platform-ui.topcoder-dev.com/learn' ,
416+ openNewTab : true ,
417+ } ,
413418 ] ,
414419 } ,
415420 ] ,
Original file line number Diff line number Diff line change @@ -194,6 +194,11 @@ module.exports = {
194194 href : 'https://discord.gg/topcoder?ref=nav' ,
195195 openNewTab : true ,
196196 } ,
197+ {
198+ title : 'Learn' ,
199+ href : 'https://platform-ui.topcoder.com/learn' ,
200+ openNewTab : true ,
201+ } ,
197202 ] ,
198203 } ,
199204 ] ,
You can’t perform that action at this time.
0 commit comments