Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: remove X links in team page Co-authored-by: bluwy <[email protected]> Co-authored-by: sapphi-red <[email protected]> (#1033) #1034

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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