Skip to content

Commit 4f5438a

Browse files
committed
fix(webapp): note promo credits apply to the Free plan
The /promo page advertised credits without stating they attach to the free-plan usage entitlement, so a visitor who picked a paid plan would lose them silently. Make the Free-plan scope explicit on the page.
1 parent 0715d10 commit 4f5438a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/webapp/app/routes/promo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export default function PromoPage() {
158158
</Header2>
159159
{data.view === "valid" ? (
160160
<Paragraph variant="base" spacing>
161-
These are only available for new accounts.
161+
These are only available for new accounts on the Free plan.
162162
{formatExpiry(data.expiresAt)
163163
? ` The credits expire on ${formatExpiry(data.expiresAt)}.`
164164
: ""}

0 commit comments

Comments
 (0)