Skip to content

Commit

Permalink
correct some misunderstandings
Browse files Browse the repository at this point in the history
  • Loading branch information
Afonso-santos committed Dec 3, 2023
1 parent e28b5af commit 1e915f7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions apps/app/components/Signup/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,21 +75,21 @@ function Signup() {
<Radio.Group value={size} onChange={handleSizeChange}>
<Space direction="vertical">
<Radio value="guardian" className="mb-2">
<span className="incline-block w-20">Guardião</span>
<label id="mentor-description" className="ml-2 text-gray-500">
<span className="inline-block w-20">Guardião</span>
<label id="mentor-description" className="text-gray-500">
Tutor legal da criança.
</label>
</Radio>
<Radio value="mentor" className="mb-2">
<span className="incline-block w-20">Mentor</span>
<label id="mentor-description" className="ml-5 text-gray-500">
<span className="inline-block w-20">Mentor</span>
<label id="mentor-description" className="text-gray-500">
Voluntário na organização.
</label>
</Radio>
<Tooltip title="Inicia sessão como Guardião para inscreveres um Ninja">
<Radio disabled value="1">
<span className="incline-block w-20">Ninja</span>
<label id="mentor-description" className="ml-8 text-gray-500">
<span className="inline-block w-20">Ninja</span>
<label id="mentor-description" className=" text-gray-500">
Criança participante. &nbsp;
</label>
<InfoCircleOutlined />
Expand Down

0 comments on commit 1e915f7

Please sign in to comment.