From 6d1d563159aeec68bda13260ae423295a6e94efa Mon Sep 17 00:00:00 2001 From: hj Date: Sat, 9 Nov 2024 17:11:49 +0900 Subject: [PATCH] docs: remove X links in team page resolved #1033 --- _data/team.js | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/_data/team.js b/_data/team.js index 3d6b5836f..2146b7a71 100644 --- a/_data/team.js +++ b/_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', },