ShareDialog: add share on Bluesky button
This adds a button to share a user's matrix.to link on the Bluesky platform. Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>pull/28885/head
parent
7b565e7997
commit
de3e4dc3da
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