Skip to content

Commit

Permalink
Make year 2024 default
Browse files Browse the repository at this point in the history
  • Loading branch information
wereHamster committed Mar 1, 2024
1 parent a3f22f1 commit 58514d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/src/components/Generator/internal/Panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ function Panel(props: Props) {
>
{[
2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020,
2021, 2022,
2021, 2022, 2023, 2024
]
.reverse()
.map((year) => (
Expand Down
2 changes: 1 addition & 1 deletion website/src/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const defaultOptions: Options = {
format: "topojson",
projection: "wgs84",
dimensions: { width: 900, height: 600 },
year: "2022",
year: "2024",
simplify: 0,
shapes: new Set<Shape>(["country", "cantons", "lakes"]),
color: "default",
Expand Down

0 comments on commit 58514d4

Please sign in to comment.