feat: add follow platform
This commit is contained in:
parent
d0cc040d4a
commit
cf305ff03c
|
|
@ -0,0 +1 @@
|
|||
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'><path fill='#FF5C00' fill-rule='evenodd' d='M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10m-1.57-9.282H8.706a.646.646 0 01-.485-1.07l4.22-4.793c.39-.446 1.125-.168 1.125.423v4.013h1.723c.557 0 .853.653.485 1.07l-4.22 4.794c-.39.446-1.126.168-1.126-.423z' clip-rule='evenodd'/></svg>
|
||||
|
After Width: | Height: | Size: 390 B |
|
|
@ -192,6 +192,11 @@ export const PlatformsSyncMap: {
|
|||
icon: "/assets/social/debank.png",
|
||||
url: "https://debank.com/profile/{username}",
|
||||
},
|
||||
follow: {
|
||||
name: "Follow",
|
||||
icon: "/assets/social/follow.svg",
|
||||
url: "https://app.follow.is/profile/{username}",
|
||||
},
|
||||
}
|
||||
|
||||
export const Platform = ({
|
||||
|
|
|
|||
Loading…
Reference in New Issue