Skip to content

Commit fa30b46

Browse files
committed
update hero
1 parent 92494b0 commit fa30b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pure/components/pages/Hero.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const dateTimeOptions: Intl.DateTimeFormatOptions = {
8181
{
8282
// Tags
8383
!!tags?.length && (
84-
<span class="flex items-center justify-start gap-1">
84+
<span class="flex flex-wrap items-center justify-start gap-1">
8585
<Icon name="hashtag" class="size-5 -translate-y-[2px]" />
8686
{tags.map((tag: string, i: number) => (
8787
<div>

0 commit comments

Comments
 (0)