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