We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c111eb1 + 878fe01 commit fd06b43Copy full SHA for fd06b43
__tests__/shared/components/Header/__snapshots__/index.jsx.snap
@@ -101,6 +101,7 @@ exports[`Default render 1`] = `
101
},
102
Object {
103
"href": "https://apps.topcoder-dev.com/forums",
104
+ "openNewTab": true,
105
"title": "Forums",
106
107
config/default.js
@@ -318,6 +318,7 @@ module.exports = {
318
{
319
title: 'Forums',
320
href: 'https://apps.topcoder-dev.com/forums',
321
+ openNewTab: true,
322
323
324
title: 'Statistics',
config/production.js
@@ -152,6 +152,7 @@ module.exports = {
152
153
154
href: 'https://apps.topcoder.com/forums',
155
156
157
158
0 commit comments