From efb6ea95938460bc51f4ba53c9b31c64a581d6aa Mon Sep 17 00:00:00 2001 From: Jack Date: Sat, 6 Dec 2025 14:33:03 +0800 Subject: [PATCH] fix: update the Farcaster links to the latest version --- apps/web/src/utils/socialPlatforms.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/utils/socialPlatforms.ts b/apps/web/src/utils/socialPlatforms.ts index c5795e6e111..139b974fe4a 100644 --- a/apps/web/src/utils/socialPlatforms.ts +++ b/apps/web/src/utils/socialPlatforms.ts @@ -52,7 +52,7 @@ export const socialPlatformShareLinkFunction: SocialPlatformShareLinkFunction = text: text, }; - return urlWithQueryParams('https://warpcast.com/~/compose', shareParams); + return urlWithQueryParams('https://farcaster.xyz/~/compose', shareParams); }, };