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

Commit

Permalink
Merge branch 'staging' into feat/new-notification-types
Browse files Browse the repository at this point in the history
  • Loading branch information
hirbod committed Nov 6, 2023
2 parents 319f687 + ba22182 commit e301f48
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "showtime",
"version": "149.0.16",
"version": "149.0.17",
"private": true,
"license": "MIT",
"devDependencies": {
Expand Down
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 e301f48

Please sign in to comment.