mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-05 20:26:43 +02:00
📝 docs: remove demo username
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user