mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-16 12:10:28 +03:00
Fix checkbox in register flow
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
fd25a23d91
commit
9d0f99c509
3 changed files with 29 additions and 3 deletions
|
|
@ -605,7 +605,7 @@ function Terms({ url, onSubmit }) {
|
|||
<div style={{ marginBottom: 'var(--sp-normal)' }} />
|
||||
<Text variant="b1">In order to complete registration, you need to agree to the terms and conditions.</Text>
|
||||
<div style={{ display: 'flex', alignItems: 'center', margin: 'var(--sp-normal) 0' }}>
|
||||
<input id="termsCheckbox" type="checkbox" required />
|
||||
<input style={{ marginRight: '8px' }} id="termsCheckbox" type="checkbox" required />
|
||||
<Text variant="b1">
|
||||
{'I accept '}
|
||||
<a style={{ cursor: 'pointer' }} href={url} rel="noreferrer" target="_blank">Terms and Conditions</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue