switch to a global charity for pride
All checks were successful
Jenkins
Ellpeck/Web/pipeline/head This commit looks good
All checks were successful
Jenkins
Ellpeck/Web/pipeline/head This commit looks good
This commit is contained in:
parent
1d7b6f3405
commit
6f5ec98dff
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
let date = new Date();
|
||||
if (date.getMonth() + 1 === 6) {
|
||||
setBanner("pride", "It's Pride Month! Consider donating to charities like The Trevor Project.", "https://www.thetrevorproject.org/");
|
||||
setBanner("pride", "It's Pride Month! Consider donating to charities like Outright International.", "https://outrightinternational.org/");
|
||||
} else if (date.getMonth() + 1 === 2) {
|
||||
setBanner("blm", "It's Black History Month! Consider donating to charities like Black Lives Matter.", "https://blacklivesmatter.com/");
|
||||
} else if (date.getMonth() + 1 === 3) {
|
||||
|
|
Loading…
Reference in a new issue