Skip to content

Commit c6ceb2a

Browse files
authored
feat: add discord user to list of platforms (#2171)
1 parent 0d9fb87 commit c6ceb2a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/components/site/Platform.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ export const PlatformsSyncMap: {
9797
icon: `${iconCDN}/discord`,
9898
url: "https://discord.gg/{username}",
9999
},
100+
"discord user": {
101+
name: "Discord User",
102+
icon: `${iconCDN}/discord`,
103+
url: "https://discord.com/users/{username}",
104+
},
100105
xiaoyuzhou: {
101106
name: "小宇宙播客",
102107
icon: "/assets/social/xiaoyuzhou2.png",

0 commit comments

Comments
 (0)