Skip to content

Commit

Permalink
feat: add discord user to list of platforms (#2171)
Browse files Browse the repository at this point in the history
  • Loading branch information
w43322 authored Sep 2, 2024
1 parent 0d9fb87 commit c6ceb2a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/site/Platform.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@ export const PlatformsSyncMap: {
icon: `${iconCDN}/discord`,
url: "https://discord.gg/{username}",
},
"discord user": {
name: "Discord User",
icon: `${iconCDN}/discord`,
url: "https://discord.com/users/{username}",
},
xiaoyuzhou: {
name: "小宇宙播客",
icon: "/assets/social/xiaoyuzhou2.png",
Expand Down

0 comments on commit c6ceb2a

Please sign in to comment.