update date of summer hakken, fix autumn hakken month #30

Merged
b12f merged 3 commits from feature/update-summer-hakken into main 2024-07-07 21:21:12 +00:00
Showing only changes of commit f3fccdaf12 - Show all commits

View file

@ -16,7 +16,7 @@ const getStartAndEnd = (date) => {
Winter: 1,
Spring: 4,
Summer: 7,
Autumn: 11,
Autumn: 10,
hensoko marked this conversation as resolved Outdated

The autumn date will get moved by this change, right? We did not discuss this yet, so I'd prefer not to change this and try to get back into our rhythm.

The autumn date will get moved by this change, right? We did not discuss this yet, so I'd prefer not to change this and try to get back into our rhythm.

yep youre right

yep youre right
}[version];
if (date.override_date) {