diff --git a/src/components/widgets/Pricing.astro b/src/components/widgets/Pricing.astro index dc03eb0..e206a08 100644 --- a/src/components/widgets/Pricing.astro +++ b/src/components/widgets/Pricing.astro @@ -29,7 +29,7 @@ const { {price && period && (
{hasRibbon && ribbonTitle && ( -
+
{ribbonTitle} @@ -68,7 +68,7 @@ const { {typeof callToAction === 'string' ? ( ) : ( - callToAction && callToAction.text && callToAction.href &&
)}