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 27, 2023
1 parent 208d594 commit 6ada13e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/app/components/Signup/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ function Signup() {
<Radio value="guardian" className="mb-2">
Guardião
<label id="mentor-description" className="ml-2 text-gray-500">
Responsável pela criança.
Tutor legal da criança.
</label>
</Radio>

<Radio value="mentor" className="mb-2">
Mentor
<label id="mentor-description" className="ml-5 text-gray-500">
<label id="mentor-description" className="ml-6 text-gray-500">
Voluntário na organização.
</label>
</Radio>
Expand Down
4 changes: 4 additions & 0 deletions apps/web/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
NEXT_PUBLIC_API_URL=http://localhost:4000
WEB_URL=http://localhost:3000
BLOG_URL=http://localhost:3001
APP_URL=http://localhost:3002

0 comments on commit 6ada13e

Please sign in to comment.