Update events.js

This commit is contained in:
Paweł Dembowski 2021-10-01 22:05:26 +00:00
parent 214a8670e2
commit 569955c88d
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ module.exports = [
new Event('trans_month', 'Transgender', 11, month, EventLevel.Month),
new Event('bi_health_month', 'Bisexual', 3, month, EventLevel.Month),
new Event('aro_month', 'Aromantic', 2, month, EventLevel.Month),
new Event('suicide_prevention_month', null, 9, month, EventLevel.Month),
new Event('aids_awareness_month', null, 12, month, EventLevel.Month),
// project celebrations
new Event('zaimki_birthday', null, 7, day(23), EventLevel.Day),