From d0e87f5081fb235a53bc26dccd4ec2bc50489e6b Mon Sep 17 00:00:00 2001 From: Harshith Mullapudi Date: Sat, 18 Jul 2026 21:30:07 +0530 Subject: [PATCH 1/2] fix(billing): correct Pro plan credits display to 10k/mo The Pro plan card in settings.billing showed "Credits: 15k/mo" which did not match the actual plan grant. Co-Authored-By: Claude Opus 4.7 (1M context) --- apps/webapp/app/routes/settings.billing.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/webapp/app/routes/settings.billing.tsx b/apps/webapp/app/routes/settings.billing.tsx index c287ec94..80f39c53 100644 --- a/apps/webapp/app/routes/settings.billing.tsx +++ b/apps/webapp/app/routes/settings.billing.tsx @@ -665,7 +665,7 @@ export default function BillingSettings() {