Skip to content

Commit

Permalink
fix: specify the information needed (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrofp4444 authored Dec 11, 2023
1 parent 732ce30 commit b14f90e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions apps/app/components/Register/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,21 @@ function Register({ cities }: any) {
<Title level={3} style={{ margin: 0 }}>
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>
)}
</Col>
</Row>

Expand Down

0 comments on commit b14f90e

Please sign in to comment.