Skip to content

Commit

Permalink
Request changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Afonso-santos committed Nov 23, 2023
1 parent 686cf53 commit 1ceaa82
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions apps/app/components/Signup/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,17 +77,16 @@ function Signup() {
<Radio value="guardian" className="mb-2">
Guardião
<label id="mentor-description" className="ml-2 text-gray-500">
Responsável da criança.
Responsável pela criança.
</label>
</Radio>

<Radio value="mentor" className="mb-2">
Mentor
<label id="mentor-description" className="ml-5 text-gray-500">
Voluntário pela iniciativa.
Voluntário na organização.
</label>
</Radio>

<Tooltip
className={styles.option}
title="Inicia sessão como Guardião para inscreveres um Ninja"
Expand All @@ -114,8 +113,8 @@ function Signup() {
value
? Promise.resolve()
: Promise.reject(
"É necessário concordar com os termos e condições"
),
"É necessário concordar com os termos e condições"
),
},
]}
>
Expand Down

0 comments on commit 1ceaa82

Please sign in to comment.