Skip to content

Commit 09ddb7d

Browse files
authored
chore: add ayo to Elk team member (#3594)
1 parent 5db39d4 commit 09ddb7d

12 files changed

Lines changed: 13 additions & 5 deletions

app/composables/about.ts

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,14 @@ export const elkTeamMembers: Team[] = [
1818
link: '/m.webtoo.ls/@antfu',
1919
},
2020
{
21-
github: 'patak-dev',
21+
github: 'patak-cat',
2222
display: 'Patak',
23-
twitter: 'patak_dev',
2423
mastodon: 'patak@webtoo.ls',
2524
link: '/m.webtoo.ls/@patak',
2625
},
2726
{
2827
github: 'danielroe',
2928
display: 'Daniel Roe',
30-
twitter: 'danielcroe',
3129
mastodon: 'daniel@roe.dev',
3230
link: '/mastodon.roe.dev/@daniel',
3331
},
@@ -51,7 +49,13 @@ export const elkTeamMembers: Team[] = [
5149
display: 'TAKAHASHI Shuuji',
5250
mastodon: 'shuuji3@webtoo.ls',
5351
link: '/m.webtoo.ls/@shuuji3',
54-
sponsors: 'elk-zone', // sponsors/shuuji3 isn't enabled
52+
},
53+
{
54+
github: 'ayo-run',
55+
display: 'ayo',
56+
mastodon: 'ayo@ayco.io',
57+
link: '/social.ayco.io/@ayo',
58+
sponsors: 'elk-zone', // sponsors/ayo-run isn't enabled
5559
},
5660
].sort(() => Math.random() - 0.5)
5761

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@
149149
"eslint-plugin-format": "^1.5.0",
150150
"flat": "^6.0.1",
151151
"nano-staged": "^0.9.0",
152+
"ofetch": "^1.5.1",
152153
"page-lifecycle": "^0.1.2",
153154
"prettier": "^3.8.1",
154155
"sharp": "^0.34.5",

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/avatars/antfu-100x100.png

-13.1 KB
Loading

public/avatars/antfu-60x60.png

-5.09 KB
Loading

public/avatars/ayo-run-100x100.png

19.8 KB
Loading

public/avatars/ayo-run-60x60.png

8.38 KB
Loading

public/avatars/sxzz-100x100.png

78 Bytes
Loading

0 commit comments

Comments
 (0)