From 411cac4805f06720e6f3fa68dc0cabfa4a8882eb Mon Sep 17 00:00:00 2001 From: Jun Shindo <46585162+jay-es@users.noreply.github.com> Date: Tue, 5 Nov 2024 19:35:30 +0900 Subject: [PATCH] docs: add bluesky profiles --- _data/team.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/team.js b/_data/team.js index 4ea7f8fe..30c70e05 100644 --- a/_data/team.js +++ b/_data/team.js @@ -49,8 +49,8 @@ export const core = [ title: 'Open Source Developer', desc: 'Astro core residency. Svelte and Vite core team member.', links: [ - { icon: 'x', link: 'https://x.com/bluwy' }, - { icon: 'twitter', link: 'https://twitter.com/bluwyoo' }, + { 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' }, ],