change buttons name
This commit is contained in:
@@ -189,7 +189,7 @@ export default function RegisterForm() {
|
||||
switchRegistrationTypeHandler(e, 'btc');
|
||||
}}
|
||||
>
|
||||
btc
|
||||
{t('personal')}
|
||||
</button>
|
||||
<button
|
||||
className={`${styles['form-switcher-button']} ${accountType === 'btb' ? styles['active'] : ''}`}
|
||||
@@ -197,7 +197,7 @@ export default function RegisterForm() {
|
||||
switchRegistrationTypeHandler(e, 'btb');
|
||||
}}
|
||||
>
|
||||
btb
|
||||
{t('company')}
|
||||
</button>
|
||||
<input
|
||||
type="hiden"
|
||||
|
||||
Reference in New Issue
Block a user