From 6f5ec98dff4693cf89b468a3b4703a09af31e6a7 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 1 Jun 2023 09:25:38 +0200 Subject: [PATCH] switch to a global charity for pride --- main/scripts/banner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {