mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
feat: optimize register setup page.
This commit is contained in:
@@ -61,11 +61,11 @@ function BillingPlans({ formik, title, selected = 1 }) {
|
||||
});
|
||||
|
||||
return (
|
||||
<section>
|
||||
<section class="billing-section">
|
||||
<h1 className={'bg-title'}>
|
||||
<T id={title} />
|
||||
</h1>
|
||||
<p className={'bg-message '}>
|
||||
<p className='paragraph'>
|
||||
<T id={'please_enter_your_preferred_payment_method'} />
|
||||
</p>
|
||||
<div className={'billing-form__plan-container'} ref={planRef}>
|
||||
|
||||
Reference in New Issue
Block a user