Update Mi contributor list

This commit is contained in:
CenTdemeern1 2024-12-08 14:59:25 +01:00
parent 8a6970255d
commit 57a62832e5

View file

@ -219,6 +219,16 @@ const everyone = ref<Section[]>([
avatar: 'https://avatars.githubusercontent.com/u/20679825?s=128&v=4', avatar: 'https://avatars.githubusercontent.com/u/20679825?s=128&v=4',
link: 'https://github.com/acid-chicken', link: 'https://github.com/acid-chicken',
}, },
{
handle: '@mei23',
avatar: 'https://avatars.githubusercontent.com/u/30769358?s=128&v=4',
link: 'https://github.com/mei23',
},
{
handle: '@AyaMorisawa',
avatar: 'https://avatars.githubusercontent.com/u/10798641?s=128&v=4',
link: 'https://github.com/AyaMorisawa',
},
{ {
handle: '@kakkokari-gtyih', handle: '@kakkokari-gtyih',
avatar: 'https://avatars.githubusercontent.com/u/67428053?s=128&v=4', avatar: 'https://avatars.githubusercontent.com/u/67428053?s=128&v=4',
@ -230,15 +240,30 @@ const everyone = ref<Section[]>([
link: 'https://github.com/tai-cha', link: 'https://github.com/tai-cha',
}, },
{ {
handle: '@samunohito', handle: '@Johann150',
avatar: 'https://avatars.githubusercontent.com/u/46447427?s=128&v=4', avatar: 'https://avatars.githubusercontent.com/u/20990607?s=128&v=4',
link: 'https://github.com/samunohito', link: 'https://github.com/Johann150',
}, },
{ {
handle: '@anatawa12', handle: '@anatawa12',
avatar: 'https://avatars.githubusercontent.com/u/22656849?s=128&v=4', avatar: 'https://avatars.githubusercontent.com/u/22656849?s=128&v=4',
link: 'https://github.com/anatawa12', link: 'https://github.com/anatawa12',
}, },
{
handle: '@saschanaz',
avatar: 'https://avatars.githubusercontent.com/u/3396686?s=128&v=4',
link: 'https://github.com/saschanaz',
},
{
handle: '@zyoshoka',
avatar: 'https://avatars.githubusercontent.com/u/107108195?s=128&v=4',
link: 'https://github.com/zyoshoka',
},
{
handle: '@samunohito',
avatar: 'https://avatars.githubusercontent.com/u/46447427?s=128&v=4',
link: 'https://github.com/samunohito',
},
], ],
}, },
]); ]);