mirror of https://github.com/yb/uptime-status
Update link.js
parent
eb403e5c10
commit
6c4c7ffa2a
|
@ -1,6 +1,6 @@
|
|||
function Link(props = { text, to }) {
|
||||
return (
|
||||
<a {...props} href={props.to} target='_blank'>
|
||||
<a {...props} href={props.to} target='_self'>
|
||||
{props.text}
|
||||
</a>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue