change buttons name
This commit is contained in:
@@ -47,16 +47,16 @@
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
gap: 10px;
|
||||
margin-bottom: 10px;
|
||||
|
||||
&-button {
|
||||
padding: 3px 15px;
|
||||
padding: 5px 15px;
|
||||
background: linear-gradient(135deg, #6366f1, #8b5cf6);
|
||||
color: white;
|
||||
border: none;
|
||||
border-radius: 10px;
|
||||
transition: all 0.3s;
|
||||
opacity: 0.6;
|
||||
text-transform: uppercase;
|
||||
cursor: pointer;
|
||||
|
||||
&.active {
|
||||
|
||||
@@ -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