From 31e81f3a6eb9ff3f62c3fce843ec4dbfd860341a Mon Sep 17 00:00:00 2001 From: Nick Grato Date: Thu, 29 Feb 2024 09:58:21 -0800 Subject: [PATCH 1/2] updating --- marketing/components/shared/Subscribe/Subscribe.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/marketing/components/shared/Subscribe/Subscribe.module.scss b/marketing/components/shared/Subscribe/Subscribe.module.scss index 7a979728..ac6e4e7a 100644 --- a/marketing/components/shared/Subscribe/Subscribe.module.scss +++ b/marketing/components/shared/Subscribe/Subscribe.module.scss @@ -53,7 +53,7 @@ .cards { display: grid; - grid-template-columns: 288px 288px 288px 288px; + grid-template-columns: 288px 288px 288px; grid-template-rows: auto auto; column-gap: 18px; gap: 18px; From 416df5ac2bf2b36e2b6c4295035fbd0c5136dd7c Mon Sep 17 00:00:00 2001 From: Nick Grato Date: Fri, 1 Mar 2024 09:24:28 -0800 Subject: [PATCH 2/2] 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 */} );