diff options
| author | MaheshtheDev <[email protected]> | 2025-09-24 20:59:56 +0000 |
|---|---|---|
| committer | MaheshtheDev <[email protected]> | 2025-09-24 20:59:56 +0000 |
| commit | 5f09fe0cf13bb78d9a55cc9554bb66e3f3caa86f (patch) | |
| tree | bcb262ef0139c800785bc6985d638eaf0cd9bf49 | |
| parent | feat: add one click install to cursor on connect to ai modal (#436) (diff) | |
| download | supermemory-5f09fe0cf13bb78d9a55cc9554bb66e3f3caa86f.tar.xz supermemory-5f09fe0cf13bb78d9a55cc9554bb66e3f3caa86f.zip | |
fix(pricing): update the new pricing limits on pro plan (#439)
| -rw-r--r-- | apps/web/components/views/billing.tsx | 2 | ||||
| -rw-r--r-- | apps/web/components/views/profile.tsx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/web/components/views/billing.tsx b/apps/web/components/views/billing.tsx index 033a3915..8b79eb23 100644 --- a/apps/web/components/views/billing.tsx +++ b/apps/web/components/views/billing.tsx @@ -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" /> diff --git a/apps/web/components/views/profile.tsx b/apps/web/components/views/profile.tsx index 9fa086ec..3d49d395 100644 --- a/apps/web/components/views/profile.tsx +++ b/apps/web/components/views/profile.tsx @@ -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" /> |