diff --git a/apps/web/src/components/PageHero.astro b/apps/web/src/components/PageHero.astro index 7e8a0fe..810271a 100644 --- a/apps/web/src/components/PageHero.astro +++ b/apps/web/src/components/PageHero.astro @@ -6,5 +6,5 @@ const { eyebrow, title, description, variant, count, countLabel, identity = titl ---
{eyebrow}

{title}

{description &&

{description}

}
- {variant && } + {variant &&
{typeof count === "number" && <>{String(count).padStart(2,"0")}{countLabel ?? (variant === "water" ? "водоёмов" : "видов рыб")}}
}