Skip to content

Commit

Permalink
Update Platform.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
GuihongWang authored Nov 1, 2024
1 parent 88771f3 commit 34e2d72
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/components/site/Platform.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,20 @@ export const PlatformsSyncMap: {
name: "BlueSky",
icon: "${iconCDN}/bluesky",
url: "https://bsky.app/profile/{username}",
},
xbox: {
name: "Xbox",
url: "https://www.xbox.com/play/user/{username}",
},
namemc: {
name: "NameMC",
icon: "${iconCDN}/namemc",
url: "https://namemc.com/profile/{username}.1",
},
roblox: {
name: "Roblox",
icon: "${iconCDN}/roblox",
url: "https://www.roblox.com/users/{username}",
},
follow: {
name: "Follow",
Expand Down

0 comments on commit 34e2d72

Please sign in to comment.