From 8f040d843ab4b6364980ad7334f75655da5c1be7 Mon Sep 17 00:00:00 2001 From: Yan Sabino Date: Sun, 9 Feb 2020 14:32:33 -0300 Subject: [PATCH 1/2] Ajustes na pagina de signup --- src/containers/SignUpPage/index.js | 2 +- src/style/styled.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/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; ` From 8e0922349a67aa200d65086c60d08e45bbd8f67b Mon Sep 17 00:00:00 2001 From: Yan Sabino Date: Sun, 9 Feb 2020 15:13:00 -0300 Subject: [PATCH 2/2] Commit Final de Entrega --- src/containers/SignupPageAddress/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 (