From dffae1b85434aae736b1541a071b0f613e7e4bda Mon Sep 17 00:00:00 2001 From: williamsimionatto Date: Thu, 9 May 2024 15:29:26 -0300 Subject: [PATCH] chore: Update SignupPage layout The SignupPage component layout has been updated to improve the alignment of its elements. --- src/pages/SignupPage/Signup.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/pages/SignupPage/Signup.tsx b/src/pages/SignupPage/Signup.tsx index 7cae037..8bfa4f4 100644 --- a/src/pages/SignupPage/Signup.tsx +++ b/src/pages/SignupPage/Signup.tsx @@ -38,8 +38,11 @@ export default function SignupPage() { }) as SubmitHandler; return ( -
- + <> +
+ +
+
Cadastrar @@ -145,6 +148,6 @@ export default function SignupPage() {
- + ); }