From f585fe37f62d95c92edf044ada060438cc1d70fe Mon Sep 17 00:00:00 2001 From: Darius Cepulis Date: Thu, 12 Mar 2026 08:43:30 -0500 Subject: [PATCH] fix(site): improve whitespace around links (#913) --- site/src/components/typography/A.astro | 4 +--- site/src/content/blog/2099-12-31-blog-component-test.mdx | 3 +-- site/src/pages/blog/[...slug].astro | 4 +--- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/site/src/components/typography/A.astro b/site/src/components/typography/A.astro index 595cbc74..5b706dc7 100644 --- a/site/src/components/typography/A.astro +++ b/site/src/components/typography/A.astro @@ -11,6 +11,4 @@ type Props = Polymorphic<{ as: Tag }> & { const { as: Tag = 'a', class: className, ...props } = Astro.props; --- - - - + diff --git a/site/src/content/blog/2099-12-31-blog-component-test.mdx b/site/src/content/blog/2099-12-31-blog-component-test.mdx index 652fefe6..34ded3cf 100644 --- a/site/src/content/blog/2099-12-31-blog-component-test.mdx +++ b/site/src/content/blog/2099-12-31-blog-component-test.mdx @@ -1,7 +1,7 @@ --- title: 'Blog Component Test' description: 'A dev-only blog post for testing blog components and MDX features' -authors: [darius-cepulis] +authors: [darius-cepulis, steve-heffernan, matthew-mcclure] devOnly: true ogImage: '../../assets/blog/2099-12-31-blog-component-test/og.png' --- @@ -218,4 +218,3 @@ Xn + Yn = Zn Press CTRL + ALT + Delete to end the session. Most salamanders are nocturnal, and hunt for insects, worms, and other small creatures. - diff --git a/site/src/pages/blog/[...slug].astro b/site/src/pages/blog/[...slug].astro index b140a299..26f8877d 100644 --- a/site/src/pages/blog/[...slug].astro +++ b/site/src/pages/blog/[...slug].astro @@ -96,9 +96,7 @@ const jsonLdSchema = createBlogPostingSchema({ {part.value} ) : ( - - {part.value} - + {part.value} ), ) }