mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-26 22:43:06 -04:00
[en] Update events.js
This commit is contained in:
parent
c9415f7c5c
commit
9fc7dd1f8c
@ -110,11 +110,5 @@ module.exports = [
|
||||
// one-off events
|
||||
new Event('Day of Silence', null, 4, dayYear(23, 2021), EventLevel.Day),
|
||||
new Event('LGBTQIA+ Equal Pay Awareness Day', null, 6, dayYear(16, 2021), EventLevel.Day),
|
||||
new Event('Deaf LGBTQ Awareness Week', null, 4, function* (monthDays) {
|
||||
for (let d of monthDays) {
|
||||
if (d.day >= 11 && d.day <= 17 && d.year === 2021) {
|
||||
yield d;
|
||||
}
|
||||
}
|
||||
}, EventLevel.Week),
|
||||
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user