Skip to content

Commit

Permalink
hotfix: add 2027 graduation
Browse files Browse the repository at this point in the history
  • Loading branch information
zineanteoh committed Sep 14, 2023
1 parent bd7c38d commit 726a702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/HackerDash.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -310,10 +310,10 @@ export default function HackerDash({ userApplicationStatus, setUserApplicationSt
name="graduationYear"
rules={[{ required: true, message: 'Please select your graduation year!' }]}>
<Radio.Group>
<Radio.Button value="2023">2023</Radio.Button>
<Radio.Button value="2024">2024</Radio.Button>
<Radio.Button value="2025">2025</Radio.Button>
<Radio.Button value="2026">2026</Radio.Button>
<Radio.Button value="2027">2027</Radio.Button>
<Radio.Button value="other">Other</Radio.Button>
</Radio.Group>
</Form.Item>
Expand Down

1 comment on commit 726a702

@vercel
Copy link

@vercel vercel bot commented on 726a702 Sep 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.