Skip to content

Commit d6ce24b

Browse files
authored
Update index.js
1 parent 30ea393 commit d6ce24b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Link/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react';
22

33
const Link = ({ children, ...props }) => (
4-
<a {...props} target="_blank">
4+
<a {...props} target="_blank" rel="noopener noreferrer">
55
{children}
66
</a>
77
);

0 commit comments

Comments
 (0)