Update share text in profile sharing links to highlight open-source, ad-free alternative

This commit is contained in:
MartinBraquet
2026-04-08 14:51:06 +02:00
parent 58c13e6c5d
commit e8a7fb71dd

View File

@@ -129,7 +129,7 @@ export function getXShareProfileUrl(
const encodedText = encodeURIComponent(
t(
'share_profile.x_share_profile',
"I'm on a platform that matches people by values, not photos.\nNo ads. No algorithms. No swiping. Just depth.",
"There's a free, open-source alternative to dating and networking apps.\nNo swipes. No ads. No algorithms. Just search for people who share your values.",
) + '\n@compassmeet',
)
const encodedUrl = encodeURIComponent(`${DEPLOYED_WEB_URL}/${username}`)