diff --git a/src/components/Modal/index.tsx b/src/components/Modal/index.tsx index 1eff20c..3cd2014 100644 --- a/src/components/Modal/index.tsx +++ b/src/components/Modal/index.tsx @@ -5,6 +5,7 @@ interface ModalProps { children: ReactNode; open?: boolean; isCloseButtonVisible?: boolean; + containerClassName?: string; onClose?: () => void; } @@ -12,6 +13,7 @@ function Modal({ open, children, isCloseButtonVisible = true, + containerClassName = "", onClose, }: ModalProps): JSX.Element { const handleClose = (event: React.MouseEvent) => { @@ -33,7 +35,7 @@ function Modal({ if (!open) return <>; return (
-
+
{isCloseButtonVisible && (
-30% - -65% + -50%
diff --git a/src/components/pages/TrialPaymentWithDiscount/index.tsx b/src/components/pages/TrialPaymentWithDiscount/index.tsx index 972cdd9..4122374 100644 --- a/src/components/pages/TrialPaymentWithDiscount/index.tsx +++ b/src/components/pages/TrialPaymentWithDiscount/index.tsx @@ -36,7 +36,7 @@ function TrialPaymentWithDiscount() {

By continuing you agree that if you don't cancel prior to the end of the 3-days trial, you will automatically be charged $9 for the introductory - period of 30 days thereafter the standard rate of $9 every 30 days until + period of 14 days thereafter the standard rate of $9 every 14 days until you cancel in settings. Learn more about cancellation and refund policy in Subscription terms.