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

feat: update banner and modal copies #2504

Merged
merged 1 commit into from
Nov 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ export const SelfServeExplainer = () => {
</Text>
</View>
<Text tw="text-sm text-gray-900 dark:text-white">
In one click, let your fans access your Channel, starting at $1. Every
purchase, your Token price increases.
In one click, let your fans access your Channel, starting at $1. Each
trade, your token price evolves.
</Text>
<View tw="mt-4 items-center rounded-3xl border border-gray-200 px-4 py-6 dark:border-gray-800">
<Pressable
Expand Down
4 changes: 2 additions & 2 deletions packages/app/components/home/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ 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."}
? "You are eligible to launch your Creator Token. Get closer to your collectors."
: "Introducing Creator Tokens: a place for all your collectors."}
</Text>
</View>
{/* <Pressable
Expand Down
Loading