From 3e10c4a46d518df082604a44ed5080c2f0f69720 Mon Sep 17 00:00:00 2001 From: eshanized Date: Mon, 23 Dec 2024 10:19:42 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(nms):=20donors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Donors.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Donors.tsx b/src/pages/Donors.tsx index 4764c778..2ef99b09 100644 --- a/src/pages/Donors.tsx +++ b/src/pages/Donors.tsx @@ -40,7 +40,7 @@ function useGitHubDonors(usernames: string[]): { [key: string]: { name: string; export function Donors() { const donorUsernames = [ - "eshanized", "GlobalSystemsLtd", "FutureComputingInc", "SarahJohnson", "MichaelChang", + "eshanized", "TIAsCode", "IXINTL", "SarahJohnson", "MichaelChang", "DataFlowSolutions", "RobertWilson", "EmmaThompson", "RajeshKumar", "PriyaSharma", "AryanPatel", "MeenaIyer", "VikramSingh" ];