-
Notifications
You must be signed in to change notification settings - Fork 619
Update Free plan button copy and styles in onboarding plan selection screen #5500
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Free plan button copy and styles in onboarding plan selection screen #5500
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5500 +/- ##
=======================================
Coverage 44.09% 44.09%
=======================================
Files 1074 1074
Lines 55632 55632
Branches 3907 3907
=======================================
Hits 24533 24533
Misses 30416 30416
Partials 683 683
*This pull request uses carry forward flags. Click here to find out more.
|
size-limit report 📦
|
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
ba00731 to
5e69009
Compare
Merge activity
|
…screen (#5500) <!-- start pr-codex --> --- ## PR-Codex overview This PR introduces a new component called `TextDivider` and integrates it into the `OnboardingChoosePlan` component. It also makes adjustments to the layout and button styles within `OnboardingChoosePlan`. ### Detailed summary - Added `TextDivider` component in `TextDivider.tsx` for displaying a horizontal divider with text. - Updated `OnboardingChoosePlan` to include `TextDivider` with the text "OR". - Changed the grid gap from `md:gap-4` to `md:gap-5`. - Replaced the previous button with a new styled button in `OnboardingChoosePlan`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
5e69009 to
eb72886
Compare

PR-Codex overview
This PR introduces a new component,
TextDivider, and integrates it into theOnboardingChoosePlancomponent. It also modifies the button styles and layout within theOnboardingChoosePlanfor better user experience.Detailed summary
TextDividercomponent inTextDivider.tsx.OnboardingChoosePlanto includeTextDividerwith text "OR".md:gap-4tomd:gap-5.