diff --git a/src/components/Button.tsx b/src/components/Button.tsx index 8ce43a98..e6d012c0 100644 --- a/src/components/Button.tsx +++ b/src/components/Button.tsx @@ -47,6 +47,13 @@ export function Button(props: Props) { history.push(href); } + if (props.href && props.href.startsWith("https://")) + return ( + + {content} + + ); + if (props.href) return ( goTo(props.href || "")}>