Hotfix signup and login buttons
This commit is contained in:
parent
9715b165e5
commit
4ab41fcc08
2 changed files with 2 additions and 2 deletions
|
|
@ -186,7 +186,7 @@ const LoginModal = (props: Props) => {
|
|||
ref={passwordInput}
|
||||
/>
|
||||
|
||||
<Button disabled={false}>Log in</Button>
|
||||
<Button>Log in</Button>
|
||||
</form>
|
||||
</Dialog.Content>
|
||||
<Dialog.Overlay className="Overlay" />
|
||||
|
|
|
|||
|
|
@ -255,7 +255,7 @@ const SignupModal = (props: Props) => {
|
|||
ref={passwordConfirmationInput}
|
||||
/>
|
||||
|
||||
<Button disabled={!formValid}>Sign up</Button>
|
||||
<Button>Sign up</Button>
|
||||
|
||||
<Dialog.Description className="terms">
|
||||
By signing up, I agree to the<br /><a href="#">Terms and Conditions</a> and <a href="#">Usage Guidelines</a>.
|
||||
|
|
|
|||
Loading…
Reference in a new issue