We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88771f3 commit 2dc6b8aCopy full SHA for 2dc6b8a
src/components/site/Platform.tsx
@@ -196,6 +196,20 @@ export const PlatformsSyncMap: {
196
name: "BlueSky",
197
icon: "${iconCDN}/bluesky",
198
url: "https://bsky.app/profile/{username}",
199
+ },
200
+ xbox: {
201
+ name: "Xbox",
202
+ url: "https://www.xbox.com/play/user/{username}",
203
204
+ namemc: {
205
+ name: "NameMC",
206
+ icon: "${iconCDN}/namemc",
207
+ url: "https://namemc.com/profile/{username}.1",
208
209
+ roblox: {
210
+ name: "Roblox",
211
+ icon: "${iconCDN}/roblox",
212
+ url: "https://www.roblox.com/users/{username}",
213
},
214
follow: {
215
name: "Follow",
0 commit comments