mirror of
https://github.com/Snigdha-OS/snigdhaos-web-dev.git
synced 2025-12-08 00:13:51 +01:00
🐛 fix(_logo): addition
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user