Spaces...

This commit is contained in:
Mark McDowall 2021-05-10 20:43:38 -07:00
parent 93443f1db2
commit ff048ffcb8
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class Link extends Component {
el = 'a'; el = 'a';
linkProps.href = to; linkProps.href = to;
linkProps.target = target || '_blank'; linkProps.target = target || '_blank';
linkProps.rel='noreferrer'; linkProps.rel = 'noreferrer';
} else if (noRouter) { } else if (noRouter) {
el = 'a'; el = 'a';
linkProps.href = to; linkProps.href = to;