From a44d103484d6c894117222207e05073829713f70 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Fri, 3 May 2024 14:06:10 +0530 Subject: [PATCH] copy: add annual lifetime pricing hint --- src/components/Pro.jsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/Pro.jsx b/src/components/Pro.jsx index 0f956cd..ded798e 100644 --- a/src/components/Pro.jsx +++ b/src/components/Pro.jsx @@ -53,6 +53,7 @@ export function Pro({ user, onLoginClick }) { { +const Card = ({ bg, name, price, subTitle, action, features }) => { return (
@@ -114,9 +116,11 @@ const Card = ({ bg, name, price, action, features }) => { {name} - {' '} {price} + + {subTitle} + {action} {!action && (