Update events.js
This commit is contained in:
parent
31bef1d465
commit
c2b3c7ad5f
|
@ -28,7 +28,7 @@ module.exports = [
|
|||
new Event('{https://www.cdc.gov/hiv/library/awareness/nbhaad.html=Black HIV Testing Day} (US)', null, 2, day(7), EventLevel.Day),
|
||||
new Event('Anniversary of the Decriminalisation of Homosexuality in England and Wales (1967)', null, 7, day(27), EventLevel.Day),
|
||||
new Event('Anniversary of the Decriminalisation of Homosexuality in Scotland (1981)', null, 2, day(1), EventLevel.Day),
|
||||
new Event('Two Spirit Awareness Day', 'Two Spirit', 7, day(11), EventLevel.Day),
|
||||
new Event('Two Spirit Awareness Day', 'Two Spirit', 7, day(11), EventLevel.Day, ['two spirit']),
|
||||
new Event('{https://www.cdc.gov/hiv/library/awareness/ngmhaad.html=Gay Men\'s HIV/AIDS Awareness Day} (US)', null, 9, day(27), EventLevel.Day),
|
||||
new Event('{https://www.cdc.gov/hiv/library/awareness/nhaad.html=HIV/AIDS and Aging Awareness Day} (US)', null, 9, day(18), EventLevel.Day),
|
||||
new Event('LGBT Center Awareness Day (US)', null, 10, day(19), EventLevel.Day),
|
||||
|
|
Reference in New Issue