mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-06 20:55:18 +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() {
|
export function Donors() {
|
||||||
const donorUsernames = [
|
const donorUsernames = [
|
||||||
"eshanized", "TIAsCode", "IXINTL", "SarahJohnson", "MichaelChang",
|
"eshanized",
|
||||||
"DataFlowSolutions", "RobertWilson", "EmmaThompson", "RajeshKumar", "PriyaSharma",
|
"TIAsCode",
|
||||||
"AryanPatel", "MeenaIyer", "VikramSingh"
|
"IXINTL",
|
||||||
];
|
];
|
||||||
|
|
||||||
const donorData = useGitHubDonors(donorUsernames);
|
const donorData = useGitHubDonors(donorUsernames);
|
||||||
|
Reference in New Issue
Block a user