Skip to content

Commit b1e9c24

Browse files
committed
Add "Learn" to top navi
1 parent 0279d8f commit b1e9c24

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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
},

config/default.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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
],

config/production.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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
],

0 commit comments

Comments
 (0)