Skip to content

Commit

Permalink
docs: remove X links in team page
Browse files Browse the repository at this point in the history
resolved #1033
  • Loading branch information
Gumball12 committed Nov 9, 2024
1 parent c159f20 commit 6d1d563
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions _data/team.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ export const core = [
desc: 'Core team member of Vite. Team member of Vue.',
links: [
{ icon: 'github', link: 'https://github.com/patak-dev' },
{ icon: 'x', link: 'https://x.com/patak_dev' },
{ icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@patak' },
{ icon: 'bluesky', link: 'https://bsky.app/profile/patak.dev' },
{ icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@patak' },
],
sponsor: 'https://github.com/sponsors/patak-dev',
},
Expand All @@ -37,22 +36,21 @@ export const core = [
desc: 'Core team member of Vite & Vue. Working at NuxtLabs.',
links: [
{ icon: 'github', link: 'https://github.com/antfu' },
{ icon: 'x', link: 'https://x.com/antfu7' },
{ icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@antfu' },
{ icon: 'bluesky', link: 'https://bsky.app/profile/antfu.me' },
{ icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@antfu' },
],
sponsor: 'https://github.com/sponsors/antfu',
},
{
avatar: 'https://github.com/bluwy.png',
name: 'Bjorn Lu',
title: 'Open Source Developer',
desc: 'Astro core residency. Svelte and Vite core team member.',
desc: 'Vite, Astro, and Svelte core team member.',
links: [
{ icon: 'github', link: 'https://github.com/bluwy' },
{ icon: 'x', link: 'https://x.com/bluwyoo' },
{ icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@bluwy' },
{ icon: 'bluesky', link: 'https://bsky.app/profile/bluwy.me' },
{ icon: 'twitter', link: 'https://twitter.com/bluwyoo' },
{ icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@bluwy' },
],
sponsor: 'https://bjornlu.com/sponsor',
},
Expand All @@ -63,7 +61,8 @@ export const core = [
desc: 'Vite core team member. Call me sapphi or green or midori ;)',
links: [
{ icon: 'github', link: 'https://github.com/sapphi-red' },
{ icon: 'x', link: 'https://x.com/sapphi_red' },
{ icon: 'bluesky', link: 'https://bsky.app/profile/sapphi.red' },
{ icon: 'twitter', link: 'https://twitter.com/sapphi_red' },
{ icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@sapphi_red' },
],
sponsor: 'https://github.com/sponsors/sapphi-red',
Expand All @@ -75,12 +74,11 @@ export const core = [
desc: 'Passionate by tooling around TypeScript and React.',
links: [
{ icon: 'github', link: 'https://github.com/ArnaudBarre' },
{ icon: 'x', link: 'https://x.com/_ArnaudBarre' },
{ icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@ArnaudBarre' },
{
icon: 'bluesky',
link: 'https://bsky.app/profile/arnaud-barre.bsky.social',
},
{ icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@ArnaudBarre' },
],
sponsor: 'https://github.com/sponsors/ArnaudBarre',
},
Expand All @@ -102,9 +100,8 @@ export const core = [
desc: 'An open source fullstack developer',
links: [
{ icon: 'github', link: 'https://github.com/sheremet-va' },
{ icon: 'x', link: 'https://x.com/sheremet_va' },
{ icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@sheremet_va' },
{ icon: 'bluesky', link: 'https://bsky.app/profile/erus.dev' },
{ icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@sheremet_va' },
],
sponsor: 'https://github.com/sponsors/sheremet-va',
},
Expand All @@ -115,7 +112,7 @@ export const core = [
desc: 'Open source enthusiast',
links: [
{ icon: 'github', link: 'https://github.com/hi-ogawa' },
{ icon: 'x', link: 'https://x.com/hiroshi_18181' },
{ icon: 'bluesky', link: 'https://bsky.app/profile/hiogawa.bsky.social' },
],
sponsor: 'https://github.com/sponsors/hi-ogawa',
},
Expand Down

0 comments on commit 6d1d563

Please sign in to comment.