We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30ea393 commit d6ce24bCopy full SHA for d6ce24b
src/Link/index.js
@@ -1,7 +1,7 @@
1
import React from 'react';
2
3
const Link = ({ children, ...props }) => (
4
- <a {...props} target="_blank">
+ <a {...props} target="_blank" rel="noopener noreferrer">
5
{children}
6
</a>
7
);
0 commit comments