🐛 fix(_logo): addition

This commit is contained in:
Eshan Roy
2024-12-07 22:06:45 +05:30
parent 2a6eec1614
commit 6622e1b8c5
3 changed files with 54 additions and 56 deletions

View File

@@ -16,11 +16,11 @@ export interface Maintainer {
export async function getMaintainers(): Promise<Maintainer[]> {
const maintainerUsernames = [
'ClementLefebvre',
'mtwebster',
'JosephMills',
'leigh123linux',
'xenopeek'
'eshanized',
'iconized',
'alokified',
'utkrshift',
// 'eshaanized'
];
const maintainers = await Promise.all(