mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-18 23:36:00 +00:00
fix(pricing): update the new pricing limits on pro plan (#439)
This commit is contained in:
parent
3c4045ba89
commit
5f09fe0cf1
2 changed files with 2 additions and 2 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue