From 0280c4c10467bdac7dd557f5f28e784c6bd9cde3 Mon Sep 17 00:00:00 2001 From: Bernardo Martinez Date: Sun, 15 Oct 2023 13:28:23 -0400 Subject: [PATCH] Added changes as requested on PR review v2. --- src/components/Heading.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Heading.astro b/src/components/Heading.astro index 97cb3dfb..7659bee5 100644 --- a/src/components/Heading.astro +++ b/src/components/Heading.astro @@ -44,7 +44,7 @@ const { title, subtitle, date, author, authorUrl, authorAvatar, readTime, editUr )} {author && (
- {author} + {author}
)}