Skip to content

Commit fd06b43

Browse files
Merge pull request #3581 from topcoder-platform/issue-3521
Fix Issue #3521
2 parents c111eb1 + 878fe01 commit fd06b43

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ exports[`Default render 1`] = `
101101
},
102102
Object {
103103
"href": "https://apps.topcoder-dev.com/forums",
104+
"openNewTab": true,
104105
"title": "Forums",
105106
},
106107
Object {

config/default.js

+1
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ module.exports = {
318318
{
319319
title: 'Forums',
320320
href: 'https://apps.topcoder-dev.com/forums',
321+
openNewTab: true,
321322
},
322323
{
323324
title: 'Statistics',

config/production.js

+1
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ module.exports = {
152152
{
153153
title: 'Forums',
154154
href: 'https://apps.topcoder.com/forums',
155+
openNewTab: true,
155156
},
156157
{
157158
title: 'Statistics',

0 commit comments

Comments
 (0)