Skip to content

Commit

Permalink
fixed some issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ItshMoh committed Oct 14, 2024
1 parent c5f177f commit 1cdbae3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/src/components/Href.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export const Href: React.FunctionComponent<Props> = ({
href={href}
title={title}
className={className}
target="_blank"
rel="nofollow noopener noreferrer"
>
{children}
Expand Down

0 comments on commit 1cdbae3

Please sign in to comment.