Skip to content

Commit 3baffad

Browse files
authored
Update tweet-link.tsx (#138)
1 parent 764e840 commit 3baffad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-tweet/src/twitter-theme/tweet-link.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ type Props = {
77
}
88

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

0 commit comments

Comments
 (0)