diff --git a/src/components/site/Platform.tsx b/src/components/site/Platform.tsx index 29884f3b04..378620c9b4 100644 --- a/src/components/site/Platform.tsx +++ b/src/components/site/Platform.tsx @@ -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",