diff --git a/src/components/sections/FeatureSection.astro b/src/components/sections/FeatureSection.astro index 3d7d710..2626fbc 100644 --- a/src/components/sections/FeatureSection.astro +++ b/src/components/sections/FeatureSection.astro @@ -1,5 +1,5 @@ --- -const { title, desc, image, color } = Astro.props; +const { title, desc, image, color, footnote = '' } = Astro.props; import { Image } from "astro:assets"; --- @@ -11,6 +11,7 @@ import { Image } from "astro:assets";
{footnote}