chore: fix type error

pull/6386/head
Aiden Cline 2025-12-29 12:38:35 -06:00
parent b7ce46f7a1
commit 59e3b7409f
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ export function Link(props: LinkProps) {
return (
<text
fg={props.fg}
underline={true}
onMouseUp={() => {
open(props.href).catch(() => {})
}}