From f89670e541416628493572e8e1cd8476070536d2 Mon Sep 17 00:00:00 2001 From: liamaharon Date: Thu, 25 Jan 2018 06:00:00 +1100 Subject: [PATCH] Add target="_blank" to support tab links, so they open in new tabs. Fixes #998 --- src/app/tabs/support-tab.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/tabs/support-tab.js b/src/app/tabs/support-tab.js index 0d91e47978..c3bfb49701 100644 --- a/src/app/tabs/support-tab.js +++ b/src/app/tabs/support-tab.js @@ -59,9 +59,9 @@ var css = csjs` var infoText = yo`
Have a question, found a bug or want to propose a feature? Have a look at the - issues or check out - the documentation page on Remix or - Solidity. + issues or check out + the documentation page on Remix or + Solidity.
`