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

refactor the link underline logic to produce smaller output

This commit is contained in:
2022-03-04 09:33:44 -05:00
parent 71fe4455d1
commit f8b6378faf
16 changed files with 77 additions and 55 deletions

View File

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