Skip to content

Commit 6b6cf11

Browse files
Merge pull request #6665 from topcoder-platform/TCA-484
TCA-484
2 parents 3ac7fbe + d6a8ea4 commit 6b6cf11

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ workflows:
356356
filters:
357357
branches:
358358
only:
359-
- TCWEB-69
359+
- free
360360
# This is alternate dev env for parallel testing
361361
- "build-qa":
362362
context : org-global

__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)