Skip to content

Commit d2d1da8

Browse files
authored
Merge pull request #4364 from topcoder-platform/nav-practice
#4297 : Add "Practice" to drop down navigation
2 parents 446aa56 + 75bdd5d commit d2d1da8

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ exports[`Default render 1`] = `
6565
"href": "/community/taas",
6666
"title": "Gig Work",
6767
},
68+
Object {
69+
"href": "/community/practice",
70+
"title": "Practice",
71+
},
6872
],
6973
"title": "Compete",
7074
},

config/default.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,10 @@ module.exports = {
314314
title: 'Gig Work',
315315
href: '/community/taas',
316316
},
317+
{
318+
title: 'Practice',
319+
href: '/community/practice',
320+
},
317321
],
318322
},
319323
{

config/production.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@ module.exports = {
117117
title: 'Gig Work',
118118
href: '/community/taas',
119119
},
120+
{
121+
title: 'Practice',
122+
href: '/community/practice',
123+
},
120124
],
121125
},
122126
{

0 commit comments

Comments
 (0)