We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c929c78 + e52644e commit 88f984bCopy full SHA for 88f984b
src/pages/auth/signup.tsx
@@ -120,8 +120,8 @@ export default function SignUp() {
120
onSubmit={handleSubmit(onFinish)}
121
>
122
<Stack spacing={4}>
123
- <Flex justifyContent="space-between" mb="4">
124
- <h1 style={{ fontSize: "32px", fontWeight: 600 }}>Cadastro</h1>
+ <Flex justifyContent="space-between" alignItems="center">
+ <h1 style={{ fontSize: "24px", fontWeight: 600 }}>Cadastro</h1>
125
<Link href="/">
126
<LogoSkateHub width={148} />
127
</Link>
0 commit comments