chore: update social links
This commit is contained in:
parent
8e55ea6fe6
commit
e8ca5568c7
3 changed files with 21 additions and 8 deletions
|
@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -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;
|
Loading…
Add table
Add a link
Reference in a new issue