Hotfix signup and login buttons

This commit is contained in:
Justin Edmund 2022-03-04 08:25:58 -08:00
parent 9715b165e5
commit 4ab41fcc08
2 changed files with 2 additions and 2 deletions

View file

@ -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" />

View file

@ -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>.