Skip to content

Commit c831cd9

Browse files
fix(billing): remove unnecessary 'human-only / cancel via support' preamble (#71)
User feedback: the ROBanner at the top of /app/billing carries copy that duplicates information the rest of the page already communicates — - the "stay clickable" sentence is implied by the CTAs that ARE clickable - the "cancel via support" sentence is in the FAQ + the downgrade mailto The banner adds vertical noise above the pricing grid and pushes the actual upgrade tiles below the fold on smaller viewports. Remove it. If the policy ever needs an in-product explanation, surface it inline on the specific affordance (e.g., a tooltip on a disabled cancel button) rather than as a page-level banner. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 110d81f commit c831cd9

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/pages/BillingPage.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -320,13 +320,6 @@ export function BillingPage() {
320320

321321
return (
322322
<>
323-
<ROBanner variant="write" showAsk={false}>
324-
<strong>Upgrades and card updates stay clickable on this page</strong> — the
325-
agent doesn't have payment credentials, so the human has to drive the
326-
Razorpay flow. <strong>To cancel or downgrade, contact support</strong>
327-
we don't expose a self-serve path on purpose.
328-
</ROBanner>
329-
330323
{/* Pricing grid: 4 tiers side-by-side with Pro highlighted. Replaces
331324
the single-plan upgrade card. The grid owns its own frequency
332325
toggle (Annual default) and renders "Your plan" on the current

0 commit comments

Comments
 (0)