Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
update intent copy on X (#2521)
Browse files Browse the repository at this point in the history
  • Loading branch information
alantoa committed Nov 9, 2023
1 parent 0b40a9d commit ff0124f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const CreatorTokenSocialShare = () => {
() => `${getWebBaseURL()}/creator-token/${username}/buy`,
[username]
);
const twitterIntent = ``;
const twitterIntent = `Trying the @Showtime_xyz alpha. Collect at least 1 @${username} token to unlock my channel.🪩`;

const shareWithXIntent = useCallback(() => {
Linking.openURL(
Expand Down

0 comments on commit ff0124f

Please sign in to comment.