Skip to content

Commit

Permalink
chore: add bluesky to platform (#2182)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuihongWang authored Oct 28, 2024
1 parent 1426c4b commit bb3ba52
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 @@ -192,6 +192,11 @@ export const PlatformsSyncMap: {
icon: "/assets/social/debank.png",
url: "https://debank.com/profile/{username}",
},
bluesky: {
name: "BlueSky",
icon: "${iconCDN}/bluesky",
url: "https://bsky.app/profile/{username}",
},
follow: {
name: "Follow",
icon: "/assets/social/follow.svg",
Expand Down

0 comments on commit bb3ba52

Please sign in to comment.