From 0a6ad85d4385a0c07cc5626193763991c3923eb5 Mon Sep 17 00:00:00 2001 From: d3v1l0n Date: Mon, 23 Dec 2024 22:40:32 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20remove=20demo=20username?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Donors.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/Donors.tsx b/src/pages/Donors.tsx index 2ef99b09..9e378c43 100644 --- a/src/pages/Donors.tsx +++ b/src/pages/Donors.tsx @@ -40,9 +40,9 @@ function useGitHubDonors(usernames: string[]): { [key: string]: { name: string; export function Donors() { const donorUsernames = [ - "eshanized", "TIAsCode", "IXINTL", "SarahJohnson", "MichaelChang", - "DataFlowSolutions", "RobertWilson", "EmmaThompson", "RajeshKumar", "PriyaSharma", - "AryanPatel", "MeenaIyer", "VikramSingh" + "eshanized", + "TIAsCode", + "IXINTL", ]; const donorData = useGitHubDonors(donorUsernames);