From e8ca5568c78ba596391b4d95a79e24e7d8355d46 Mon Sep 17 00:00:00 2001 From: cdn0x12 Date: Mon, 3 Feb 2025 20:35:46 +0800 Subject: [PATCH] chore: update social links --- data/en-US/index.json | 12 +++++++++--- data/zh-TW/index.json | 12 +++++++++--- src/utils/iconMap.ts | 5 +++-- 3 files changed, 21 insertions(+), 8 deletions(-) diff --git a/data/en-US/index.json b/data/en-US/index.json index e6e7b1a..220ebe4 100644 --- a/data/en-US/index.json +++ b/data/en-US/index.json @@ -147,10 +147,10 @@ "icon": "Fediverse" }, { - "name": "Twitter", - "url": "https://x.com/starset_mirror", + "name": "Bluesky", + "url": "https://bsky.app/profile/mirror.starset.fans", "color": "text-gray-400 hover:text-blue-400", - "icon": "Twitter" + "icon": "Bluesky" }, { "name": "Discord", @@ -163,6 +163,12 @@ "url": "https://git.owu.one/starset-mirror", "color": "text-gray-400 hover:text-orange-400", "icon": "Forgejo" + }, + { + "name": "Twitter", + "url": "https://x.com/starset_mirror", + "color": "text-gray-400 hover:text-blue-400", + "icon": "Twitter" } ] }, diff --git a/data/zh-TW/index.json b/data/zh-TW/index.json index 58dda60..bce3bec 100644 --- a/data/zh-TW/index.json +++ b/data/zh-TW/index.json @@ -131,10 +131,10 @@ "icon": "Fediverse" }, { - "name": "Twitter", - "url": "https://x.com/starset_mirror", + "name": "Bluesky", + "url": "https://bsky.app/profile/mirror.starset.fans", "color": "text-gray-400 hover:text-blue-400", - "icon": "Twitter" + "icon": "Bluesky" }, { "name": "Discord", @@ -147,6 +147,12 @@ "url": "https://git.owu.one/starset-mirror", "color": "text-gray-400 hover:text-orange-400", "icon": "Forgejo" + }, + { + "name": "Twitter", + "url": "https://x.com/starset_mirror", + "color": "text-gray-400 hover:text-blue-400", + "icon": "Twitter" } ] }, diff --git a/src/utils/iconMap.ts b/src/utils/iconMap.ts index 08a805a..7e2098a 100644 --- a/src/utils/iconMap.ts +++ b/src/utils/iconMap.ts @@ -1,6 +1,6 @@ import { MdVerified, MdHome } from 'react-icons/md'; import { AiFillBilibili } from 'react-icons/ai'; -import { SiNeteasecloudmusic, SiTencentqq, SiYoutube, SiForgejo } from 'react-icons/si'; +import { SiNeteasecloudmusic, SiTencentqq, SiYoutube, SiForgejo, SiBluesky } from 'react-icons/si'; import { PiFediverseLogo } from 'react-icons/pi'; import { FaTwitter, FaDiscord, FaWeibo } from 'react-icons/fa'; @@ -15,7 +15,8 @@ const iconMap = { Discord: FaDiscord, Forgejo: SiForgejo, Weibo: FaWeibo, - Home: MdHome + Home: MdHome, + Bluesky: SiBluesky }; export default iconMap; \ No newline at end of file