Skip to content

Commit b3f557d

Browse files
authored
docs: complete team social links (#15922)
1 parent bf39527 commit b3f557d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/_data/team.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export const core = [
2222
links: [
2323
{ icon: 'github', link: 'https://github.com/patak-dev' },
2424
{ icon: 'twitter', link: 'https://twitter.com/patak_dev' },
25+
{ icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@patak' },
2526
],
2627
sponsor: 'https://github.com/sponsors/patak-dev',
2728
},
@@ -35,6 +36,7 @@ export const core = [
3536
links: [
3637
{ icon: 'github', link: 'https://github.com/antfu' },
3738
{ icon: 'twitter', link: 'https://twitter.com/antfu7' },
39+
{ icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@antfu' },
3840
],
3941
sponsor: 'https://github.com/sponsors/antfu',
4042
},
@@ -46,6 +48,7 @@ export const core = [
4648
links: [
4749
{ icon: 'github', link: 'https://github.com/bluwy' },
4850
{ icon: 'twitter', link: 'https://twitter.com/bluwyoo' },
51+
{ icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@bluwy' },
4952
],
5053
sponsor: 'https://bjornlu.com/sponsor',
5154
},
@@ -71,6 +74,7 @@ export const core = [
7174
links: [
7275
{ icon: 'github', link: 'https://github.com/sodatea' },
7376
{ icon: 'twitter', link: 'https://twitter.com/haoqunjiang' },
77+
{ icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@haoqun' },
7478
],
7579
sponsor: 'https://github.com/sponsors/sodatea',
7680
},
@@ -113,7 +117,11 @@ export const core = [
113117
name: 'Arnaud Barré',
114118
title: 'Frontend Developer',
115119
desc: 'Passionate by tooling around TypeScript and React.',
116-
links: [{ icon: 'github', link: 'https://github.com/ArnaudBarre' }],
120+
links: [
121+
{ icon: 'github', link: 'https://github.com/ArnaudBarre' },
122+
{ icon: 'twitter', link: 'https://twitter.com/_ArnaudBarre' },
123+
{ icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@ArnaudBarre' },
124+
],
117125
sponsor: 'https://github.com/sponsors/ArnaudBarre',
118126
},
119127
{

0 commit comments

Comments
 (0)