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 */} ); 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;