From e11a7c8f0dd2366730d5b530f1ba73d46d8b63e6 Mon Sep 17 00:00:00 2001 From: Liron Abutbul <110838700+ladunjexa@users.noreply.github.com> Date: Fri, 9 Jun 2023 08:00:54 +0300 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20Fix=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/blog/Tags.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/blog/Tags.astro b/src/components/blog/Tags.astro index 22453e5..a91105f 100644 --- a/src/components/blog/Tags.astro +++ b/src/components/blog/Tags.astro @@ -17,7 +17,7 @@ const { tags, class: className = 'text-sm', title = undefined } = Astro.props; tags && Array.isArray(tags) && ( <> <> - {header !== undefined && {header}} + {title !== undefined && {title}} >