mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-05 00:19:59 +00:00
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',
|
||||
display: 'Anthony Fu',
|
||||
twitter: 'antfu7',
|
||||
mastodon: 'antfu@mas.to',
|
||||
mastodon: 'antfu@webtoo.ls',
|
||||
},
|
||||
{
|
||||
github: 'patak-dev',
|
||||
|
@ -28,6 +28,6 @@ export const teams: Team[] = [
|
|||
github: 'sxzz',
|
||||
display: '三咲智子 Kevin Deng',
|
||||
twitter: 'sanxiaozhizi',
|
||||
mastodon: 'sxzz@mas.to',
|
||||
mastodon: 'sxzz@webtoo.ls',
|
||||
},
|
||||
].sort(() => Math.random() - 0.5)
|
||||
|
|
Loading…
Reference in a new issue