Update Platform.tsx (#1034)
* Update Platform.tsx add “500px” * Update Platform.tsx
This commit is contained in:
parent
cfb435f223
commit
1496fa7177
|
|
@ -156,6 +156,10 @@ export const PlatformsSyncMap: {
|
|||
icon: "/assets/social/email.png",
|
||||
url: "mailto:{username}",
|
||||
},
|
||||
"500px": {
|
||||
name: "500px",
|
||||
url: "https://500px.com/p/{username}",
|
||||
},
|
||||
}
|
||||
|
||||
export const Platform = ({
|
||||
|
|
|
|||
Loading…
Reference in New Issue