From 3c500739bb982ab9c2d70b99606c662610ec9d51 Mon Sep 17 00:00:00 2001 From: Nilay Majorwar Date: Sun, 27 Feb 2022 01:45:46 +0530 Subject: [PATCH] Open external links of header in separate tab --- ui/header.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/header.tsx b/ui/header.tsx index f218ff1..b594370 100644 --- a/ui/header.tsx +++ b/ui/header.tsx @@ -80,6 +80,7 @@ export const Header = (props: Props) => { > setShowNotesHint(false)} title="View the notes for this esolang" @@ -98,7 +99,7 @@ export const Header = (props: Props) => { icon={} onClick={DarkMode.toggleDark} /> - +