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}}