forked from Mirrors/elk
chore: update mastodon usernames
This commit is contained in:
parent
33589acaee
commit
2d5038d046
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ export const teams: Team[] = [
|
||||||
github: 'antfu',
|
github: 'antfu',
|
||||||
display: 'Anthony Fu',
|
display: 'Anthony Fu',
|
||||||
twitter: 'antfu7',
|
twitter: 'antfu7',
|
||||||
mastodon: 'antfu@mas.to',
|
mastodon: 'antfu@webtoo.ls',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
github: 'patak-dev',
|
github: 'patak-dev',
|
||||||
|
@ -28,6 +28,6 @@ export const teams: Team[] = [
|
||||||
github: 'sxzz',
|
github: 'sxzz',
|
||||||
display: '三咲智子 Kevin Deng',
|
display: '三咲智子 Kevin Deng',
|
||||||
twitter: 'sanxiaozhizi',
|
twitter: 'sanxiaozhizi',
|
||||||
mastodon: 'sxzz@mas.to',
|
mastodon: 'sxzz@webtoo.ls',
|
||||||
},
|
},
|
||||||
].sort(() => Math.random() - 0.5)
|
].sort(() => Math.random() - 0.5)
|
||||||
|
|
Loading…
Reference in a new issue