From b46b0001494c8b43ec4b66659e7a206a0d0f0799 Mon Sep 17 00:00:00 2001 From: gets0ul Date: Sat, 12 Sep 2020 04:58:09 +0700 Subject: [PATCH] Fix for #4347 - Open blog page in new, separate tab --- __tests__/shared/components/Header/__snapshots__/index.jsx.snap | 1 + config/default.js | 1 + config/production.js | 1 + 3 files changed, 3 insertions(+) diff --git a/__tests__/shared/components/Header/__snapshots__/index.jsx.snap b/__tests__/shared/components/Header/__snapshots__/index.jsx.snap index 9f0f7a4186..5e384a6d98 100644 --- a/__tests__/shared/components/Header/__snapshots__/index.jsx.snap +++ b/__tests__/shared/components/Header/__snapshots__/index.jsx.snap @@ -118,6 +118,7 @@ exports[`Default render 1`] = ` }, Object { "href": "https://www.topcoder-dev.com/blog", + "openNewTab": true, "title": "Blog", }, Object { diff --git a/config/default.js b/config/default.js index e9c1df07aa..1b87d67929 100644 --- a/config/default.js +++ b/config/default.js @@ -370,6 +370,7 @@ module.exports = { { title: 'Blog', href: 'https://www.topcoder-dev.com/blog', + openNewTab: true, }, { title: 'Thrive', diff --git a/config/production.js b/config/production.js index d62be0f17d..405c90e93b 100644 --- a/config/production.js +++ b/config/production.js @@ -171,6 +171,7 @@ module.exports = { { title: 'Blog', href: 'https://www.topcoder.com/blog', + openNewTab: true, }, { title: 'Thrive',