diff --git a/main/scripts/banner.js b/main/scripts/banner.js index 7af37fa..cee3cea 100644 --- a/main/scripts/banner.js +++ b/main/scripts/banner.js @@ -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) {