Merge de3e4dc3da
into 50ac509a01
commit
1e8770e0ec
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
|
@ -34,6 +34,11 @@ const SOCIALS = [
|
|||
img: require("../../../../res/img/social/twitter-2.png"),
|
||||
url: (url: string) => `https://twitter.com/home?status=${url}`,
|
||||
},
|
||||
{
|
||||
name: "Bluesky",
|
||||
img: require("../../../../res/img/social/bluesky.png"),
|
||||
url: (url: string) => `https://bsky.app/intent/compose?text=${url}`,
|
||||
},
|
||||
{
|
||||
name: "LinkedIn",
|
||||
img: require("../../../../res/img/social/linkedin.png"),
|
||||
|
|
Loading…
Reference in New Issue