Skip to content

Commit

Permalink
Change minimum hackathon age option to 13
Browse files Browse the repository at this point in the history
  • Loading branch information
meleongg committed Dec 13, 2023
1 parent e3c7080 commit e58ce2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/ApplicationForm/BasicInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ const graduationOptions = [
]

const ageOptions = [
{ value: 13, label: '13' },
{ value: 14, label: '14' },
{ value: 15, label: '15' },
{ value: 16, label: '16' },
{ value: 17, label: '17' },
{ value: 18, label: '18' },
Expand Down

0 comments on commit e58ce2f

Please sign in to comment.