Skip to content

Commit 0a6ad85

Browse files
committed
📝 docs: remove demo username
1 parent 6870ff1 commit 0a6ad85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/Donors.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ function useGitHubDonors(usernames: string[]): { [key: string]: { name: string;
4040

4141
export function Donors() {
4242
const donorUsernames = [
43-
"eshanized", "TIAsCode", "IXINTL", "SarahJohnson", "MichaelChang",
44-
"DataFlowSolutions", "RobertWilson", "EmmaThompson", "RajeshKumar", "PriyaSharma",
45-
"AryanPatel", "MeenaIyer", "VikramSingh"
43+
"eshanized",
44+
"TIAsCode",
45+
"IXINTL",
4646
];
4747

4848
const donorData = useGitHubDonors(donorUsernames);

0 commit comments

Comments
 (0)