diff --git a/src/components/Heading.astro b/src/components/Heading.astro index a7efce3..62b9889 100644 --- a/src/components/Heading.astro +++ b/src/components/Heading.astro @@ -15,7 +15,7 @@ const { title, description, highlight } = Astro.props;

{ highlight && ( -
+
{highlight.map((item) => (

{item}

))}