Skip to content

Commit

Permalink
fix: Specify the information needed
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrofp4444 committed Dec 11, 2023
1 parent 732ce30 commit 33e1e17
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apps/app/components/Register/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,14 @@ 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 33e1e17

Please sign in to comment.