This commit is contained in:
parent
f8acf2aa59
commit
03aeb88031
2 changed files with 2 additions and 0 deletions
BIN
res/women.png
Normal file
BIN
res/women.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 528 B |
|
@ -3,6 +3,8 @@ 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 The Trevor Project.", "https://www.thetrevorproject.org/");
|
||||||
} else if (date.getMonth() + 1 === 2) {
|
} else if (date.getMonth() + 1 === 2) {
|
||||||
setBanner("blm", "It's Black History Month! Consider donating to charities like Black Lives Matter.", "https://blacklivesmatter.com/");
|
setBanner("blm", "It's Black History Month! Consider donating to charities like Black Lives Matter.", "https://blacklivesmatter.com/");
|
||||||
|
} else if (date.getMonth() + 1 === 3) {
|
||||||
|
setBanner("women", "It's Women's History Month! Consider donating to charities like the Global Fund for Women.", "https://www.globalfundforwomen.org/");
|
||||||
} else if (date.getMonth() + 1 === 4 && date.getDate() <= 4) {
|
} else if (date.getMonth() + 1 === 4 && date.getDate() <= 4) {
|
||||||
setBanner("autism", "It's Autism Awareness Week! Consider donating to charities like the ASAN.", "https://autisticadvocacy.org/");
|
setBanner("autism", "It's Autism Awareness Week! Consider donating to charities like the ASAN.", "https://autisticadvocacy.org/");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue