diff --git a/src/components/PageHeader/HomePage.astro b/src/components/PageHeader/HomePage.astro index 38b680ef3e..05ddb0d9f2 100644 --- a/src/components/PageHeader/HomePage.astro +++ b/src/components/PageHeader/HomePage.astro @@ -7,6 +7,7 @@ interface Props { config: CollectionEntry<"homepage">; } const { config } = Astro.props; + ---