mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-25 14:09:03 -04:00
fix typo
This commit is contained in:
parent
d1475844e1
commit
be432a476a
@ -8,8 +8,6 @@ module.exports = [
|
||||
new Event('Trans Visibility Month (Brazil)', 'Transgender', 1, month, EventLevel.Month),
|
||||
new Event('Lesbian Visibility Month (Brazil)', 'Lesbian', 8, month, EventLevel.Month),
|
||||
|
||||
|
||||
|
||||
// static date
|
||||
new Event('Harvey Milk Day', null, 5, day(22), EventLevel.MajorDay),
|
||||
new Event('Pink Triangle Day (Canada)', null, 2, day(14), EventLevel.MajorDay),
|
||||
@ -104,7 +102,6 @@ module.exports = [
|
||||
}
|
||||
yield lastFriday;
|
||||
}, EventLevel.MajorDay),
|
||||
];
|
||||
|
||||
new Event('Purple Friday (Netherlands)', null, 12, function* (monthDays) {
|
||||
let fridays = 0;
|
||||
@ -122,5 +119,4 @@ module.exports = [
|
||||
// one-off events
|
||||
new Event('Day of Silence', null, 4, dayYear(23, 2021), EventLevel.MajorDay),
|
||||
new Event('LGBTQIA+ Equal Pay Awareness Day', null, 6, dayYear(16, 2021), EventLevel.MajorDay),
|
||||
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user