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`] = `
136
136
" openNewTab" : true ,
137
137
" title" : " Discord" ,
138
138
},
139
+ Object {
140
+ " href" : " https://platform-ui.topcoder-dev.com/learn" ,
141
+ " openNewTab" : true ,
142
+ " title" : " Learn" ,
143
+ },
139
144
],
140
145
" title" : " COMMUNITY" ,
141
146
},
Original file line number Diff line number Diff line change @@ -410,6 +410,11 @@ module.exports = {
410
410
href : 'https://discord.gg/topcoder' ,
411
411
openNewTab : true ,
412
412
} ,
413
+ {
414
+ title : 'Learn' ,
415
+ href : 'https://platform-ui.topcoder-dev.com/learn' ,
416
+ openNewTab : true ,
417
+ } ,
413
418
] ,
414
419
} ,
415
420
] ,
Original file line number Diff line number Diff line change @@ -194,6 +194,11 @@ module.exports = {
194
194
href : 'https://discord.gg/topcoder?ref=nav' ,
195
195
openNewTab : true ,
196
196
} ,
197
+ {
198
+ title : 'Learn' ,
199
+ href : 'https://platform-ui.topcoder.com/learn' ,
200
+ openNewTab : true ,
201
+ } ,
197
202
] ,
198
203
} ,
199
204
] ,
You can’t perform that action at this time.
0 commit comments