Skip to content

Commit bf50297

Browse files
Merge pull request #2724 from topcoder-platform/issue_2705
Issue 2705
2 parents e3209b3 + f692466 commit bf50297

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,12 @@ exports[`Default render 1`] = `
7171
Object {
7272
"subMenu": Array [
7373
Object {
74+
"collapsed": true,
7475
"href": "/community/competitive-programming",
7576
"title": "Competitive Programming",
7677
},
7778
Object {
79+
"collapsed": true,
7880
"href": "/community/data-science",
7981
"title": "Data Science",
8082
},
@@ -108,6 +110,7 @@ exports[`Default render 1`] = `
108110
"title": "Forums",
109111
},
110112
Object {
113+
"collapsed": true,
111114
"href": "/community/statistics",
112115
"title": "Statistics",
113116
},

config/default.js

+3
Original file line numberDiff line numberDiff line change
@@ -275,10 +275,12 @@ module.exports = {
275275
{
276276
title: 'Competitive Programming',
277277
href: '/community/competitive-programming',
278+
collapsed: true,
278279
},
279280
{
280281
title: 'Data Science',
281282
href: '/community/data-science',
283+
collapsed: true,
282284
},
283285
{
284286
title: 'Design',
@@ -312,6 +314,7 @@ module.exports = {
312314
{
313315
title: 'Statistics',
314316
href: '/community/statistics',
317+
collapsed: true,
315318
},
316319
{
317320
title: 'Events',

config/production.js

+3
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,12 @@ module.exports = {
118118
{
119119
title: 'Competitive Programming',
120120
href: '/community/competitive-programming',
121+
collapsed: true,
121122
},
122123
{
123124
title: 'Data Science',
124125
href: '/community/data-science',
126+
collapsed: true,
125127
},
126128
{
127129
title: 'Design',
@@ -155,6 +157,7 @@ module.exports = {
155157
{
156158
title: 'Statistics',
157159
href: '/community/statistics',
160+
collapsed: true,
158161
},
159162
{
160163
title: 'Events',

0 commit comments

Comments
 (0)