From cf7a4d01c5cd50554837c4e346ccca2bfe111d87 Mon Sep 17 00:00:00 2001 From: tate Date: Thu, 15 Jun 2023 12:34:41 +1000 Subject: [PATCH] fix: target _blank for external links --- src/components/@molecules/Hamburger/MainMenu.tsx | 2 +- src/components/SocialIcon.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/@molecules/Hamburger/MainMenu.tsx b/src/components/@molecules/Hamburger/MainMenu.tsx index f623d83b0..caf293cbf 100644 --- a/src/components/@molecules/Hamburger/MainMenu.tsx +++ b/src/components/@molecules/Hamburger/MainMenu.tsx @@ -302,7 +302,7 @@ const MainMenu = ({ } return ( - + {t(route.label)} diff --git a/src/components/SocialIcon.tsx b/src/components/SocialIcon.tsx index 73d83ad13..2ac615cf9 100644 --- a/src/components/SocialIcon.tsx +++ b/src/components/SocialIcon.tsx @@ -51,7 +51,7 @@ export const SocialIcon = ({ href: string }) => { return ( - + {ColoredIcon && }