Skip to content

Commit 09ce190

Browse files
Fix Issue #3511 : Remove Tracks and Why Join from Community menu
1 parent 32534db commit 09ce190

File tree

3 files changed

+0
-24
lines changed

3 files changed

+0
-24
lines changed

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

-8
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,6 @@ exports[`Default render 1`] = `
3030
"href": "https://www.topcoder-dev.com/how-it-works/faqs/",
3131
"title": "How It Works",
3232
},
33-
Object {
34-
"href": "/community/learn",
35-
"title": "Tracks",
36-
},
37-
Object {
38-
"href": "https://www.topcoder-dev.com/about/why-crowdsourcing/",
39-
"title": "Why Join",
40-
},
4133
],
4234
"secondaryMenuForLoggedInUser": Array [
4335
Object {

config/default.js

-8
Original file line numberDiff line numberDiff line change
@@ -293,14 +293,6 @@ module.exports = {
293293
title: 'How It Works',
294294
href: 'https://www.topcoder-dev.com/how-it-works/faqs/',
295295
},
296-
{
297-
title: 'Tracks',
298-
href: '/community/learn',
299-
},
300-
{
301-
title: 'Why Join',
302-
href: 'https://www.topcoder-dev.com/about/why-crowdsourcing/',
303-
},
304296
],
305297
subMenu: [
306298
{

config/production.js

-8
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,6 @@ module.exports = {
8989
title: 'How It Works',
9090
href: 'https://www.topcoder.com/how-it-works/faqs/',
9191
},
92-
{
93-
title: 'Tracks',
94-
href: '/community/learn',
95-
},
96-
{
97-
title: 'Why Join',
98-
href: 'https://www.topcoder.com/about/why-crowdsourcing/',
99-
},
10092
],
10193
subMenu: [
10294
{

0 commit comments

Comments
 (0)