Skip to content

Commit 343eb2f

Browse files
committed
Update social media messages
1 parent 194b880 commit 343eb2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/open-letter.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function logoPath(url: string): string {
3030
// Build compose/draft URLs for each social platform
3131
function xDraftUrl(orgName: string, xUrl: string): string {
3232
const handle = '@' + xUrl.split('/').pop();
33-
const text = `Thank you ${handle} for supporting Keep Android Open @AlteredDeal #keepandroidopen`;
33+
const text = `Thank you ${handle} for supporting Keep @Android Open @AlteredDeal #keepandroidopen`;
3434
return `https://x.com/intent/tweet?text=${encodeURIComponent(text)}`;
3535
}
3636
@@ -50,7 +50,7 @@ function mastodonDraftUrl(orgName: string, mastodonUrl: string): string {
5050
5151
function linkedinDraftUrl(orgName: string, linkedinUrl: string): string {
5252
const handle = '@' + linkedinUrl.split('/').pop();
53-
const text = `Thank you ${handle} for supporting Keep Android Open @keepandroidopen #keepandroidopen`;
53+
const text = `Thank you ${handle} for supporting Keep @Android Open @keepandroidopen #keepandroidopen`;
5454
return `https://www.linkedin.com/sharing/share-offsite/?text=${encodeURIComponent(text)}`;
5555
}
5656
---

0 commit comments

Comments
 (0)