aboutsummaryrefslogtreecommitdiff
path: root/apps/web
diff options
context:
space:
mode:
authorMaheshtheDev <[email protected]>2025-10-27 03:07:28 +0000
committerMaheshtheDev <[email protected]>2025-10-27 03:07:28 +0000
commitcedd28ff729635ce056bf083eac53a9bb3cffced (patch)
tree527a6154f85f0f4593a4e8492951a4a08a10533b /apps/web
parentfix: auto switch to expected org (#522) (diff)
downloadsupermemory-cedd28ff729635ce056bf083eac53a9bb3cffced.tar.xz
supermemory-cedd28ff729635ce056bf083eac53a9bb3cffced.zip
fix: pricing in the settings (#528)
Diffstat (limited to 'apps/web')
-rw-r--r--apps/web/components/views/billing.tsx2
-rw-r--r--apps/web/components/views/profile.tsx4
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>