fix: add phaver, debank icons (#2034)
This commit is contained in:
parent
1c101873d7
commit
d0cc040d4a
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
|
|
@ -179,6 +179,7 @@ export const PlatformsSyncMap: {
|
|||
},
|
||||
phaver: {
|
||||
name: "Phaver",
|
||||
icon: "/assets/social/phaver.png",
|
||||
url: "https://phaver.app.link/{username}",
|
||||
},
|
||||
warpcast: {
|
||||
|
|
@ -188,6 +189,7 @@ export const PlatformsSyncMap: {
|
|||
},
|
||||
debank: {
|
||||
name: "DeBank",
|
||||
icon: "/assets/social/debank.png",
|
||||
url: "https://debank.com/profile/{username}",
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue