[en] Update events.js

This commit is contained in:
Paweł Dembowski 2021-09-14 14:13:50 +00:00
parent 9f76524414
commit e598e5dca8
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
import {Event, day, week, month, dayYear, EventLevel} from "../../src/calendar/helpers";
export default [
new Event('LGBT History Month (UK)', 'Progress Pride', 2, month, EventLevel.Month),
new Event('LGBT History Month (UK/Hungary/Netherlands)', 'Progress Pride', 2, month, EventLevel.Month),
new Event('LGBT History Month (US/Canada/Australia)', 'Progress Pride', 10, month, EventLevel.Month),
new Event('LGBT History Month (Ireland)', 'Progress Pride', 5, month, EventLevel.Month),
new Event('LGBT History Month (Ireland/Germany)', 'Progress Pride', 5, month, EventLevel.Month),
];