Skip to content

Commit 88f984b

Browse files
authored
Merge pull request #29 from jpcmf/feat/logo-skatehub
feat: Update the skatehub logo size
2 parents c929c78 + e52644e commit 88f984b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/auth/signup.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ export default function SignUp() {
120120
onSubmit={handleSubmit(onFinish)}
121121
>
122122
<Stack spacing={4}>
123-
<Flex justifyContent="space-between" mb="4">
124-
<h1 style={{ fontSize: "32px", fontWeight: 600 }}>Cadastro</h1>
123+
<Flex justifyContent="space-between" alignItems="center">
124+
<h1 style={{ fontSize: "24px", fontWeight: 600 }}>Cadastro</h1>
125125
<Link href="/">
126126
<LogoSkateHub width={148} />
127127
</Link>

0 commit comments

Comments
 (0)