Skip to content

Commit 48a4a3b

Browse files
committed
change to target self
1 parent b5d43c8 commit 48a4a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Link/Link.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Link.defaultProps = {
3939
addClass: '',
4040
icon: '',
4141
style: {},
42-
target: ''
42+
target: '_self'
4343
}
4444

4545
export default Link

0 commit comments

Comments
 (0)