diff --git a/src/components/widgets/Pricing.astro b/src/components/widgets/Pricing.astro index ccdc0f6..4ca0589 100644 --- a/src/components/widgets/Pricing.astro +++ b/src/components/widgets/Pricing.astro @@ -24,7 +24,7 @@ const {
{ prices && - prices.map(({ title, price, period, items, callToAction, hasRibbon = false, ribbonTitle }) => ( + prices.map(({ title, subtitle, price, period, items, callToAction, hasRibbon = false, ribbonTitle }) => (
{price && period && (