🐛 fix(nms): donors

This commit is contained in:
eshanized
2024-12-23 10:19:42 +05:30
parent 4eb1ddaddb
commit 3e10c4a46d

View File

@@ -40,7 +40,7 @@ function useGitHubDonors(usernames: string[]): { [key: string]: { name: string;
export function Donors() {
const donorUsernames = [
"eshanized", "GlobalSystemsLtd", "FutureComputingInc", "SarahJohnson", "MichaelChang",
"eshanized", "TIAsCode", "IXINTL", "SarahJohnson", "MichaelChang",
"DataFlowSolutions", "RobertWilson", "EmmaThompson", "RajeshKumar", "PriyaSharma",
"AryanPatel", "MeenaIyer", "VikramSingh"
];