terms label
This commit is contained in:
@@ -79,9 +79,11 @@ function Register(args) {
|
||||
<div>
|
||||
<input
|
||||
type="checkbox"
|
||||
name="terms"
|
||||
id="register-terms"
|
||||
onInput={linkState(this, 'terms')
|
||||
}/>
|
||||
Confirm agreement to terms of service
|
||||
<label class="terms" for="register-terms">Confirm agreement to terms of service.</label>
|
||||
<button onClick={() => window.open('/tos.html')}>VIEW</button>
|
||||
</div>
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user