Skip to content

Commit

Permalink
feat: move 2023 below divider
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmontgomery committed May 28, 2024
1 parent c051a3c commit eb85b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/App/Bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ export default function Bar({
onChange={(ev) => onSetYear(Number(ev.target.value))}
>
<MenuItem value={2024}>2024</MenuItem>
<MenuItem value={2023}>2023</MenuItem>
<Divider />
<MenuItem value={2023}>2023</MenuItem>
<MenuItem value={2022}>2022</MenuItem>
<MenuItem value={2012}>2012</MenuItem>
<MenuItem value={2013}>2013</MenuItem>
Expand Down

0 comments on commit eb85b43

Please sign in to comment.