We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 764e840 commit 3baffadCopy full SHA for 3baffad
1 file changed
packages/react-tweet/src/twitter-theme/tweet-link.tsx
@@ -7,7 +7,7 @@ type Props = {
7
}
8
9
export const TweetLink = ({ href, children }: Props) => (
10
- <a href={href} className={s.root} target="_blank" rel="noopener noreferrer">
+ <a href={href} className={s.root} target="_blank" rel="noopener noreferrer nofollow">
11
{children}
12
</a>
13
)
0 commit comments