Skip to content

Commit

Permalink
Move tool tip to top
Browse files Browse the repository at this point in the history
  • Loading branch information
daisykucharski committed Oct 26, 2023
1 parent a7213e4 commit 0910b16
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/frontend-v2/pages/signup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ const SignUpForm: React.FC = () => {
inputs={
<>
<Flex direction="column" rowGap="xs">
<Flex alignItems="center" columnGap="sm" color="gray">
<InfoOutlineIcon />
<Text color="gray" lineHeight="1">
Name is optional.
</Text>
</Flex>
<Flex columnGap="md">
<GraduateInput
type="text"
Expand All @@ -86,12 +92,6 @@ const SignUpForm: React.FC = () => {
})}
/>
</Flex>
<Flex alignItems="center" columnGap="sm" color="gray">
<InfoOutlineIcon />
<Text color="gray" lineHeight="1">
Name is optional.
</Text>
</Flex>
</Flex>
<GraduateInput
id="email"
Expand Down

0 comments on commit 0910b16

Please sign in to comment.