From c4731d52e2acab921fb2d2c8bb97d5618eb05779 Mon Sep 17 00:00:00 2001 From: Colin Megill Date: Fri, 20 Mar 2020 20:07:51 -0400 Subject: [PATCH] target blank (#1254) --- client/src/components/leftSidebar/topLeftLogoAndTitle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/leftSidebar/topLeftLogoAndTitle.js b/client/src/components/leftSidebar/topLeftLogoAndTitle.js index 51f9972f..7f46b08a 100644 --- a/client/src/components/leftSidebar/topLeftLogoAndTitle.js +++ b/client/src/components/leftSidebar/topLeftLogoAndTitle.js @@ -80,7 +80,7 @@ class LeftSideBar extends React.Component { }} title={datasetTitle} > - {aboutURL ? {displayTitle} : displayTitle} + {aboutURL ? {displayTitle} : displayTitle} );