From cedd28ff729635ce056bf083eac53a9bb3cffced Mon Sep 17 00:00:00 2001 From: MaheshtheDev <38828053+MaheshtheDev@users.noreply.github.com> Date: Mon, 27 Oct 2025 03:07:28 +0000 Subject: fix: pricing in the settings (#528) --- apps/web/components/views/billing.tsx | 2 +- apps/web/components/views/profile.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'apps') 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... ) : ( -
Upgrade to Pro - $15/month (only for first 100 users)
+
Upgrade to Pro - $9/month (only for first 100 users)
)} 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() { ) : ( <> - Upgrade to Pro - $15/month + Upgrade to Pro - $9/month Upgrade to Pro @@ -322,7 +322,7 @@ export function ProfileView() {

- $15/month (only for first 100 users) • Cancel anytime. No + $9/month (only for first 100 users) • Cancel anytime. No questions asked.

-- cgit v1.2.3