Skip to content

Commit

Permalink
fix: add phaver, debank icons (#2034)
Browse files Browse the repository at this point in the history
  • Loading branch information
sigeshuo authored Sep 2, 2024
1 parent 1c10187 commit d0cc040
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Binary file added public/assets/social/debank.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/social/phaver.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/components/site/Platform.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ export const PlatformsSyncMap: {
},
phaver: {
name: "Phaver",
icon: "/assets/social/phaver.png",
url: "https://phaver.app.link/{username}",
},
warpcast: {
Expand All @@ -188,6 +189,7 @@ export const PlatformsSyncMap: {
},
debank: {
name: "DeBank",
icon: "/assets/social/debank.png",
url: "https://debank.com/profile/{username}",
},
}
Expand Down

0 comments on commit d0cc040

Please sign in to comment.