Skip to content

Commit

Permalink
Merge branch 'main' into cli
Browse files Browse the repository at this point in the history
  • Loading branch information
zineanteoh authored Sep 16, 2023
2 parents fa19c69 + 726a702 commit 7ad4490
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

0 comments on commit 7ad4490

Please sign in to comment.