From 416df5ac2bf2b36e2b6c4295035fbd0c5136dd7c Mon Sep 17 00:00:00 2001 From: Nick Grato Date: Fri, 1 Mar 2024 09:24:28 -0800 Subject: [PATCH] stash --- .../modules/plans/plan-cards/BasePlanCard.tsx | 8 +++++++- .../shared/Subscribe/BasePlanCard/BasePlanCard.tsx | 12 ++++++++++-- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/client/components/modules/plans/plan-cards/BasePlanCard.tsx b/client/components/modules/plans/plan-cards/BasePlanCard.tsx index 30add00e..01da18e5 100644 --- a/client/components/modules/plans/plan-cards/BasePlanCard.tsx +++ b/client/components/modules/plans/plan-cards/BasePlanCard.tsx @@ -168,7 +168,13 @@ const BasePlanCard = ({
- {getCTA()} + {/* {getCTA()} */} +
diff --git a/marketing/components/shared/Subscribe/BasePlanCard/BasePlanCard.tsx b/marketing/components/shared/Subscribe/BasePlanCard/BasePlanCard.tsx index 123f12d4..0249af9f 100644 --- a/marketing/components/shared/Subscribe/BasePlanCard/BasePlanCard.tsx +++ b/marketing/components/shared/Subscribe/BasePlanCard/BasePlanCard.tsx @@ -2,7 +2,7 @@ import { ReactNode } from 'react'; import styles from './BasePlanCard.module.scss'; import { ValueProp } from '../plan.const'; import InfoBlock from '../InfoBlock/InfoBlock'; -import { Icon } from '@mozilla/lilypad-ui'; +import { Icon, Button } from '@mozilla/lilypad-ui'; import { FeaturesT } from '../plan.const'; type PricePropsT = { @@ -127,7 +127,15 @@ export const BasePlanCard = ({ {/* FOOTER */} );