diff --git a/src/containers/SignUpPage/index.js b/src/containers/SignUpPage/index.js index 09ccb5d..96b5a0d 100644 --- a/src/containers/SignUpPage/index.js +++ b/src/containers/SignUpPage/index.js @@ -34,7 +34,7 @@ class SignUpPage extends Component { }; onClickToSignup = (e) => { - e.preventDefault(); + const { name, email, cpf, password, confirmPassword } = this.state.form diff --git a/src/containers/SignupPageAddress/index.js b/src/containers/SignupPageAddress/index.js index 771927a..bfb23be 100644 --- a/src/containers/SignupPageAddress/index.js +++ b/src/containers/SignupPageAddress/index.js @@ -74,8 +74,7 @@ class SignUpPageAddress extends Component { return (
diff --git a/src/style/styled.js b/src/style/styled.js index 8af31a4..0bdf29c 100644 --- a/src/style/styled.js +++ b/src/style/styled.js @@ -12,7 +12,7 @@ export const ImgContainer = styled.div` display: flex; flex-direction: column; align-items: center; - margin-top: 20px; + margin-top: 55px; justify-content:center; `