Line up plan card buttons on the Choose a plan page#1198
Merged
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
executor-marketing | 843b690 | Commit Preview URL Branch Preview URL |
Jun 29 2026, 12:22 AM |
The Team card rendered an extra '14-day free trial, then $150 / month' line between the price and the action button, which only trial plans have. That pushed Team's button about a line lower than Free's and Enterprise's, so the row of CTAs no longer lined up. Remove the blurb so every card has the same structure and the buttons share a baseline. The trial is still surfaced: the button itself reads "Start free trial".
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
executor-cloud | 843b690 | Jun 29 2026, 12:24 AM |
62dd436 to
843b690
Compare
Contributor
Cloudflare previewTorn down — the PR is closed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
On the Choose a plan billing page the three plan cards' call-to-action buttons sat on a ragged baseline: the Team card's button was about a line lower than Free's and Enterprise's.
Why
Only plans that offer a trial rendered a "14-day free trial, then $150 / month" line between the price and the button. That extra line pushed the trial card's button down while the others stayed put, so the row of buttons didn't line up.
Change
Remove the trial blurb line. Every card now has the same structure (price → button), so the buttons share a baseline. The trial is still surfaced: the action button itself reads Start free trial.
Single-file change to
apps/cloud/src/routes/app/billing_.plans.tsx(also drops the now-unusedtrialLabelhelper).