Skip to content

Commit

Permalink
Update tweet-link.tsx (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
Illyism committed Apr 8, 2024
1 parent 764e840 commit 3baffad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-tweet/src/twitter-theme/tweet-link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type Props = {
}

export const TweetLink = ({ href, children }: Props) => (
<a href={href} className={s.root} target="_blank" rel="noopener noreferrer">
<a href={href} className={s.root} target="_blank" rel="noopener noreferrer nofollow">
{children}
</a>
)

0 comments on commit 3baffad

Please sign in to comment.