Skip to content

Commit d7b89dd

Browse files
committed
no follow too
1 parent 929a2bf commit d7b89dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme/ExternalLink/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react';
22

33
function ExternalLink({ className, href, title, children }) {
44
return (
5-
<a className={className} href={href} title={title} target="_blank" rel="noopener noreferrer">
5+
<a className={className} href={href} title={title} target="_blank" rel="noopener noreferrer nofollow">
66
{children}
77
</a>
88
);

0 commit comments

Comments
 (0)