From 57cbb7d01548243d6b097488b1f59bb9e155a364 Mon Sep 17 00:00:00 2001 From: prototypa Date: Sat, 2 Sep 2023 22:02:35 -0400 Subject: [PATCH] Fix popular tag in Pricing: part of issue #242 --- src/components/widgets/Pricing.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 &&
)}