Skip to content

Commit

Permalink
docs: complete team social links (#15922)
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev authored Feb 15, 2024
1 parent bf39527 commit b3f557d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/_data/team.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
Expand All @@ -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',
},
Expand All @@ -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',
},
Expand All @@ -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',
},
Expand Down Expand Up @@ -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',
},
{
Expand Down

0 comments on commit b3f557d

Please sign in to comment.