1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-11-26 07:46:06 -05:00

simpler check for external URLs

This commit is contained in:
2022-05-20 16:32:54 -04:00
parent d288b2d5f5
commit 9b0adae9ed
7 changed files with 229 additions and 226 deletions

View File

@@ -260,7 +260,7 @@ const ContactForm = ({ className }: ContactFormProps) => {
Markdown syntax
</Link>{" "}
is allowed here, e.g.: <strong>**bold**</strong>, <em>_italics_</em>, [
<Link href="https://jarv.is" underline={false} forceNewWindow>
<Link href="https://jarv.is" underline={false} openInNewTab>
links
</Link>
](https://jarv.is), and <code>`code`</code>.