mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-20 01:12:15 +00:00
chore: fix type error
This commit is contained in:
parent
b7ce46f7a1
commit
59e3b7409f
1 changed files with 0 additions and 1 deletions
|
|
@ -18,7 +18,6 @@ export function Link(props: LinkProps) {
|
|||
return (
|
||||
<text
|
||||
fg={props.fg}
|
||||
underline={true}
|
||||
onMouseUp={() => {
|
||||
open(props.href).catch(() => {})
|
||||
}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue