From 2d903009c4dca85e64ba789ea1152659bfff1ce2 Mon Sep 17 00:00:00 2001 From: patak <583075+patak-dev@users.noreply.github.com> Date: Thu, 7 Nov 2024 02:59:09 +0100 Subject: [PATCH] docs: remove X links in team page (#18599) Co-authored-by: bluwy Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com> --- docs/_data/team.js | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/docs/_data/team.js b/docs/_data/team.js index 30c70e05425947..b86a2cc3c49365 100644 --- a/docs/_data/team.js +++ b/docs/_data/team.js @@ -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', }, @@ -37,9 +36,8 @@ 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', }, @@ -47,12 +45,12 @@ export const core = [ 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', }, @@ -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', @@ -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', }, @@ -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', }, @@ -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', },