diff --git a/apps/web/src/utils/socialPlatforms.ts b/apps/web/src/utils/socialPlatforms.ts index c5795e6e11..139b974fe4 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); }, };