From b3f557deee57625fcaf5049b3ddad061946071b9 Mon Sep 17 00:00:00 2001 From: patak <583075+patak-dev@users.noreply.github.com> Date: Thu, 15 Feb 2024 15:49:39 +0100 Subject: [PATCH] docs: complete team social links (#15922) --- docs/_data/team.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/_data/team.js b/docs/_data/team.js index 07b0737600a9c3..d62b5e552a8c2a 100644 --- a/docs/_data/team.js +++ b/docs/_data/team.js @@ -22,6 +22,7 @@ export const core = [ links: [ { icon: 'github', link: 'https://github.com/patak-dev' }, { icon: 'twitter', link: 'https://twitter.com/patak_dev' }, + { icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@patak' }, ], sponsor: 'https://github.com/sponsors/patak-dev', }, @@ -35,6 +36,7 @@ export const core = [ links: [ { icon: 'github', link: 'https://github.com/antfu' }, { icon: 'twitter', link: 'https://twitter.com/antfu7' }, + { icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@antfu' }, ], sponsor: 'https://github.com/sponsors/antfu', }, @@ -46,6 +48,7 @@ export const core = [ links: [ { icon: 'github', link: 'https://github.com/bluwy' }, { icon: 'twitter', link: 'https://twitter.com/bluwyoo' }, + { icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@bluwy' }, ], sponsor: 'https://bjornlu.com/sponsor', }, @@ -71,6 +74,7 @@ export const core = [ links: [ { icon: 'github', link: 'https://github.com/sodatea' }, { icon: 'twitter', link: 'https://twitter.com/haoqunjiang' }, + { icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@haoqun' }, ], sponsor: 'https://github.com/sponsors/sodatea', }, @@ -113,7 +117,11 @@ export const core = [ name: 'Arnaud Barré', title: 'Frontend Developer', desc: 'Passionate by tooling around TypeScript and React.', - links: [{ icon: 'github', link: 'https://github.com/ArnaudBarre' }], + links: [ + { icon: 'github', link: 'https://github.com/ArnaudBarre' }, + { icon: 'twitter', link: 'https://twitter.com/_ArnaudBarre' }, + { icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@ArnaudBarre' }, + ], sponsor: 'https://github.com/sponsors/ArnaudBarre', }, {