fix(pricing): update the new pricing limits on pro plan (#439)

This commit is contained in:
MaheshtheDev 2025-09-24 20:59:56 +00:00
parent 3c4045ba89
commit 5f09fe0cf1
2 changed files with 2 additions and 2 deletions

View file

@ -216,7 +216,7 @@ export function BillingView() {
<ul className="space-y-2">
<li className="flex items-center gap-2 text-sm text-white/90">
<CheckCircle className="h-4 w-4 text-green-400" />
5000 memories
Unlimited memories
</li>
<li className="flex items-center gap-2 text-sm text-white/90">
<CheckCircle className="h-4 w-4 text-green-400" />

View file

@ -301,7 +301,7 @@ export function ProfileView() {
<ul className="space-y-2">
<li className="flex items-center gap-2 text-sm text-white/90">
<CheckCircle className="h-4 w-4 text-green-400" />
5000 memories
Unlimited memories
</li>
<li className="flex items-center gap-2 text-sm text-white/90">
<CheckCircle className="h-4 w-4 text-green-400" />