From 1cdbae309bdcc33242044bb572d2a12f840f6b1f Mon Sep 17 00:00:00 2001 From: ItshMoh Date: Mon, 14 Oct 2024 21:10:38 +0530 Subject: [PATCH] fixed some issue --- library/src/components/Href.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/library/src/components/Href.tsx b/library/src/components/Href.tsx index abb62ac7c..fd5c3aff5 100644 --- a/library/src/components/Href.tsx +++ b/library/src/components/Href.tsx @@ -17,6 +17,7 @@ export const Href: React.FunctionComponent = ({ href={href} title={title} className={className} + target="_blank" rel="nofollow noopener noreferrer" > {children}