mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-07 21:25:17 +02:00
🐛 fix(nms): donors
This commit is contained in:
@@ -40,7 +40,7 @@ function useGitHubDonors(usernames: string[]): { [key: string]: { name: string;
|
|||||||
|
|
||||||
export function Donors() {
|
export function Donors() {
|
||||||
const donorUsernames = [
|
const donorUsernames = [
|
||||||
"eshanized", "GlobalSystemsLtd", "FutureComputingInc", "SarahJohnson", "MichaelChang",
|
"eshanized", "TIAsCode", "IXINTL", "SarahJohnson", "MichaelChang",
|
||||||
"DataFlowSolutions", "RobertWilson", "EmmaThompson", "RajeshKumar", "PriyaSharma",
|
"DataFlowSolutions", "RobertWilson", "EmmaThompson", "RajeshKumar", "PriyaSharma",
|
||||||
"AryanPatel", "MeenaIyer", "VikramSingh"
|
"AryanPatel", "MeenaIyer", "VikramSingh"
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user