From 0522b2800b58271e95276ee85a8cea504a020c62 Mon Sep 17 00:00:00 2001 From: Alastair Waddell Date: Tue, 15 Aug 2023 19:17:35 +0930 Subject: [PATCH] Add subtitle to prices map --- src/components/widgets/Pricing.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && (