WIP/ Feature :Register wizard coding style

This commit is contained in:
elforjani3
2020-10-07 19:58:43 +02:00
parent be6cb9c0e4
commit b6a8385adc
14 changed files with 843 additions and 70 deletions

View File

@@ -121,7 +121,8 @@ function BillingTab({ formik }) {
</p>
<div className={'payment-method-continer'} ref={billingRef}>
<a
href={'#'}
href={'#!'}
formik={formik}
id={'monthly'}
className={'period-container billing-selected'}
>
@@ -135,7 +136,7 @@ function BillingTab({ formik }) {
</span>
</div>
</a>
<a href={'#'} id={'yearly'} className={'period-container'}>
<a href={'#!'} id={'yearly'} className={'period-container'}>
<span className={'bg-period'}>
<T id={'yearly'} />
</span>