Commit 57db5c1
fix(billing): accept BILLING_LIVE=1 in the upgrade nudge (was true-only)
WelcomePage read NEXT_PUBLIC_BILLING_LIVE === "1" but the upgrade nudge read
=== "true", so setting the flag to 1 turned on the welcome copy while leaving
the nudge dark. Both now accept "1" or "true" so the value can't drift.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent faba5ef commit 57db5c1
2 files changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
156 | 158 | | |
157 | 159 | | |
158 | 160 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
73 | 76 | | |
74 | 77 | | |
75 | 78 | | |
| |||
0 commit comments