diff --git a/src/components/Feature.astro b/src/components/Feature.astro index 099ad59..2fcf35f 100644 --- a/src/components/Feature.astro +++ b/src/components/Feature.astro @@ -10,7 +10,8 @@ const { CTA_Secondary, CTA_Secondary_Link, Label, - LabelVarient + LabelVarient, + Custom } = Astro.props; --- @@ -41,7 +42,7 @@ const {
- {ImageAlt} + {Custom ? : {ImageAlt}}