mirror of https://github.com/yb/uptime-status
pull/47/head
parent
6c4c7ffa2a
commit
1dc99fb133
|
@ -1,3 +1,4 @@
|
|||
node_modules
|
||||
build
|
||||
Status v1.0.rar
|
||||
Status v1.0.rar
|
||||
Status v1.1.rar
|
|
@ -1,6 +1,6 @@
|
|||
function Link(props = { text, to }) {
|
||||
return (
|
||||
<a {...props} href={props.to} target='_self'>
|
||||
<a {...props} href={props.to}>
|
||||
{props.text}
|
||||
</a>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue