From fe57617aedc84ded9f0f1bf2dc84b8fa4d7c63c6 Mon Sep 17 00:00:00 2001 From: ItshMoh Date: Wed, 2 Oct 2024 19:35:45 +0530 Subject: [PATCH 1/2] removed the target = _blank --- library/src/components/Href.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/library/src/components/Href.tsx b/library/src/components/Href.tsx index fd5c3aff5..abb62ac7c 100644 --- a/library/src/components/Href.tsx +++ b/library/src/components/Href.tsx @@ -17,7 +17,6 @@ export const Href: React.FunctionComponent = ({ href={href} title={title} className={className} - target="_blank" rel="nofollow noopener noreferrer" > {children} From e335a8fbbb4a1cea652f04d84a8f89349c7d724c Mon Sep 17 00:00:00 2001 From: ItshMoh Date: Tue, 15 Oct 2024 22:53:26 +0530 Subject: [PATCH 2/2] added tooltip for opens in new window --- library/src/components/Href.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/src/components/Href.tsx b/library/src/components/Href.tsx index abb62ac7c..2b9ad33c0 100644 --- a/library/src/components/Href.tsx +++ b/library/src/components/Href.tsx @@ -15,8 +15,9 @@ export const Href: React.FunctionComponent = ({ }) => ( {children}