diff options
| -rw-r--r-- | apps/web/components/views/billing.tsx | 2 | ||||
| -rw-r--r-- | apps/web/components/views/profile.tsx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/apps/web/components/views/billing.tsx b/apps/web/components/views/billing.tsx index 25e28374..d6d85884 100644 --- a/apps/web/components/views/billing.tsx +++ b/apps/web/components/views/billing.tsx @@ -238,7 +238,7 @@ export function BillingView() { Upgrading... </> ) : ( - <div>Upgrade to Pro - $15/month (only for first 100 users)</div> + <div>Upgrade to Pro - $9/month (only for first 100 users)</div> )} </Button> diff --git a/apps/web/components/views/profile.tsx b/apps/web/components/views/profile.tsx index cd4e6085..e4db2171 100644 --- a/apps/web/components/views/profile.tsx +++ b/apps/web/components/views/profile.tsx @@ -257,7 +257,7 @@ export function ProfileView() { ) : ( <> <span className="hidden sm:inline"> - Upgrade to Pro - $15/month + Upgrade to Pro - $9/month </span> <span className="sm:hidden">Upgrade to Pro</span> </> @@ -322,7 +322,7 @@ export function ProfileView() { </div> <p className="text-xs text-muted-foreground text-center leading-relaxed"> - $15/month (only for first 100 users) • Cancel anytime. No + $9/month (only for first 100 users) • Cancel anytime. No questions asked. </p> </div> |