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

Commit

Permalink
fix: change copy when creator token launched
Browse files Browse the repository at this point in the history
  • Loading branch information
alantoa committed Nov 2, 2023
1 parent 76fe07b commit 4b05d2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const CreatorTokensShareModal = memo(function CreatorTokens() {
const shareWithTwitterIntent = useCallback(() => {
const message_launched = `Just created my @Showtime_xyz token ✦ find me at ${getTwitterIntentUsername(
profileData
)} and DM me for invites.`;
)}.`;

const message_collected = `Just collected ${collectedCount} ${getTwitterIntentUsername(
profileData
Expand Down
2 changes: 1 addition & 1 deletion packages/app/components/home/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export const CreatorTokensBanner = ({
{user?.user?.data.profile.creator_token_onboarding_status ===
"allowlist"
? "You are eligible to launch your Creator Token & let your fans invest in you."
: "Introducing Creator Tokens: invest in your favorite creators. Read more."}
: "Introducing Creator Tokens: invest in your favorite creators."}
</Text>
</View>
{/* <Pressable
Expand Down

0 comments on commit 4b05d2e

Please sign in to comment.