add terms and privacy policy agreement message to SignupView
This commit is contained in:
@@ -246,12 +246,15 @@ const SignupView = () => {
|
|||||||
<FormControl error={displayNameError}>
|
<FormControl error={displayNameError}>
|
||||||
<FormHelperText>{displayNameError}</FormHelperText>
|
<FormHelperText>{displayNameError}</FormHelperText>
|
||||||
</FormControl>
|
</FormControl>
|
||||||
|
<Typography level='body2' sx={{ mt: 2, mb: 1, textAlign: 'center', color: 'text.secondary' }}>
|
||||||
|
By signing up, you agree to our Terms of Service and Privacy Policy
|
||||||
|
</Typography>
|
||||||
<Button
|
<Button
|
||||||
// type='submit'
|
// type='submit'
|
||||||
size='lg'
|
size='lg'
|
||||||
fullWidth
|
fullWidth
|
||||||
variant='solid'
|
variant='solid'
|
||||||
sx={{ mt: 3, mb: 1 }}
|
sx={{ mt: 1, mb: 1 }}
|
||||||
onClick={handleSubmit}
|
onClick={handleSubmit}
|
||||||
>
|
>
|
||||||
Sign Up
|
Sign Up
|
||||||
|
|||||||
Reference in New Issue
Block a user