mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-18 06:03:49 +00:00
fix: pricing in the settings (#528)
This commit is contained in:
parent
3ca82e7116
commit
cedd28ff72
2 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue