fix: pricing in the settings (#528)

This commit is contained in:
MaheshtheDev 2025-10-27 03:07:28 +00:00
parent 3ca82e7116
commit cedd28ff72
2 changed files with 3 additions and 3 deletions

View file

@ -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>

View file

@ -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>