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