js
js copied to clipboard
Update billing management text
PR-Codex overview
This PR focuses on updating the PlanInfoCard
component in the billing settings of the dashboard. It enhances the layout and adds informative text to improve user experience.
Detailed summary
- Changed the inner
div
fromflex items-center
toflex flex-col items-start
. - Added a new paragraph with instructions for managing billing.
- Updated the
variant
prop of theBillingPortalButton
fromoutline
toprimary
.
✨ Ask PR-Codex anything about this PR by commenting with
/codex {your question}