chore: fix type error

This commit is contained in:
Aiden Cline
2025-12-29 12:38:35 -06:00
parent ba2c0b16d7
commit 901b8c90b0
@@ -18,7 +18,6 @@ export function Link(props: LinkProps) {
return ( return (
<text <text
fg={props.fg} fg={props.fg}
underline={true}
onMouseUp={() => { onMouseUp={() => {
open(props.href).catch(() => {}) open(props.href).catch(() => {})
}} }}