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

Commit

Permalink
feat: update banner and modal copies (#2504)
Browse files Browse the repository at this point in the history
  • Loading branch information
hirbod authored Nov 6, 2023
1 parent 0ee0a54 commit 3e8a377
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit 3e8a377

Please sign in to comment.