Skip to content

Commit

Permalink
fix: re-arranged gender options
Browse files Browse the repository at this point in the history
  • Loading branch information
dhj03 committed Sep 4, 2023
1 parent 4043452 commit ab37b6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/pages/signup/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ const Signup = () => {
});
}}
>
<option value="Unspecified">Other / Prefer not to say</option>
<option value="Male">Male</option>
<option value="Female">Female</option>
<option value="Male">Male</option>
<option value="Unspecified">Other / Prefer not to say</option>
</Select>
</Select.Label>
</div>
Expand Down

0 comments on commit ab37b6d

Please sign in to comment.