diff options
Diffstat (limited to 'apps')
| -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" /> |