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" ];