Skip to content

Commit

Permalink
feat: more yearS
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfromyeg committed Jan 7, 2024
1 parent 4f2839c commit 82e83a5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions client/src/components/Form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ const MODES: Options<Option> = [
];

const YEARS: Options<Option> = [
{
value: "2024",
label: "2024",
},
{
value: "2023",
label: "2023",
Expand All @@ -52,6 +56,14 @@ const YEARS: Options<Option> = [
value: "2022",
label: "2022",
},
{
value: "2021",
label: "2021",
},
{
value: "2020",
label: "2020",
},
];

const Footer: React.FC = () => {
Expand Down

0 comments on commit 82e83a5

Please sign in to comment.