chore: fix type error
parent
b7ce46f7a1
commit
59e3b7409f
|
|
@ -18,7 +18,6 @@ export function Link(props: LinkProps) {
|
|||
return (
|
||||
<text
|
||||
fg={props.fg}
|
||||
underline={true}
|
||||
onMouseUp={() => {
|
||||
open(props.href).catch(() => {})
|
||||
}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue