Skip to content

Commit

Permalink
fix: format and lint code
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrofp4444 committed Dec 11, 2023
1 parent 33e1e17 commit 376a23c
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions apps/app/components/Register/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,20 @@ function Register({ cities }: any) {
Basta preencheres o formulário abaixo para terminares o registo
</Title>
{user?.role == EUser.Guardian && (
<Title level={5} style={{ margin: 0, marginTop: 10, textAlign: 'center' }}>
<Emoji label="Party Popper Emoji" style={{margin: 4}}>⚠️</Emoji>
Deves preencher este formulário com as informações do tutor legal da criança
<Emoji label="Party Popper Emoji" style={{margin: 4}}>⚠️</Emoji>
<Title
level={5}
style={{ margin: 0, marginTop: 10, textAlign: "center" }}
>
<Emoji label="Party Popper Emoji" style={{ margin: 4 }}>
⚠️
</Emoji>
Deves preencher este formulário com as informações do tutor legal
da criança
<Emoji label="Party Popper Emoji" style={{ margin: 4 }}>
⚠️
</Emoji>
</Title>
)
}
)}
</Col>
</Row>

Expand Down

0 comments on commit 376a23c

Please sign in to comment.