From b5e8db52f67bd173f26216e76a175cc5f41e0cc3 Mon Sep 17 00:00:00 2001 From: Nick Stokoe Date: Thu, 5 Nov 2020 23:40:09 +0000 Subject: [PATCH] components/MapLayout.js - avoid warning about blank link target > warning Using target="_blank" without rel="noreferrer" is a security risk: see https://html.spec.whatwg.org/multipage/links.html#link-type-noopener react/jsx-no-target-blank This seems to be valid. See https://github.com/yannickcr/eslint-plugin-react/issues/2054 --- src/components/MapLayout.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/MapLayout.js b/src/components/MapLayout.js index 7efb1ba5..4e9be19e 100644 --- a/src/components/MapLayout.js +++ b/src/components/MapLayout.js @@ -213,8 +213,10 @@ export default (props) => { return ''; })} - + {/* eslint-disable-next-line react/jsx-no-target-blank */} + Transition by Design Logo