diff --git a/src/components/blog/Tags.astro b/src/components/blog/Tags.astro index 30b09e25be..ae46a245e8 100644 --- a/src/components/blog/Tags.astro +++ b/src/components/blog/Tags.astro @@ -17,13 +17,11 @@ const { tags, class: className = 'text-sm', title = undefined, isCategory = fals { tags && Array.isArray(tags) && ( <> - <> - {title !== undefined && ( - - {title} - - )} - + {title !== undefined && ( + + {title} + + )}