diff --git a/__tests__/shared/components/Header/__snapshots__/index.jsx.snap b/__tests__/shared/components/Header/__snapshots__/index.jsx.snap index 8f8fa0afc8..a8b4bb9208 100644 --- a/__tests__/shared/components/Header/__snapshots__/index.jsx.snap +++ b/__tests__/shared/components/Header/__snapshots__/index.jsx.snap @@ -65,6 +65,10 @@ exports[`Default render 1`] = ` "href": "/community/taas", "title": "Gig Work", }, + Object { + "href": "/community/practice", + "title": "Practice", + }, ], "title": "Compete", }, diff --git a/config/default.js b/config/default.js index 7de679aec0..952c9c4e3a 100644 --- a/config/default.js +++ b/config/default.js @@ -314,6 +314,10 @@ module.exports = { title: 'Gig Work', href: '/community/taas', }, + { + title: 'Practice', + href: '/community/practice', + }, ], }, { diff --git a/config/production.js b/config/production.js index 4b23f3f9a5..58ccf51589 100644 --- a/config/production.js +++ b/config/production.js @@ -117,6 +117,10 @@ module.exports = { title: 'Gig Work', href: '/community/taas', }, + { + title: 'Practice', + href: '/community/practice', + }, ], }, {