diff --git a/src/components/widgets/PostTags.astro b/src/components/widgets/PostTags.astro index 32c9c02..58a76e6 100644 --- a/src/components/widgets/PostTags.astro +++ b/src/components/widgets/PostTags.astro @@ -5,7 +5,7 @@ const { tags } = Astro.props; {tags && Array.isArray(tags) &&