Skip to content

Commit

Permalink
🔥 Copy update (Joystream#48)
Browse files Browse the repository at this point in the history
* Copy change

* more copy change
  • Loading branch information
ikprk committed Jun 4, 2024
1 parent 4f1e4d6 commit fdb07d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ export const YppHero: FC<YppHeroProps> = ({ onSignUpClick, yppAtlasStatus, onVie
fullWidth={!xsMatch}
size={xxsMatch && !xsMatch ? 'large' : smMatch ? 'large' : 'medium'}
variant="secondary"
id="rewards-new-channel-button"
>
Create New Channel
</Button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const benefitsMetadata = {
},
twitterPost: {
title: 'Post on X',
description: `Follow JoystreamDAO on X and post about why you signed up to ${atlasConfig.general.appName} using hashtag #${atlasConfig.general.appName}Web3Creators mentioning @JoystreamDAO to get a chance of weekly reward.`,
description: `Follow JoystreamDAO on X and post about why you signed up to ${atlasConfig.general.appName} using hashtag #${atlasConfig.general.appName}Web3Creators mentioning @JoystreamDAO and your ${atlasConfig.general.appName} Channel Name to get a chance of weekly reward.`,
reward: '10 USD',
actionLink: 'https://twitter.com/joystreamdao?lang=en',
tooltipLink:
Expand Down Expand Up @@ -491,7 +491,7 @@ export const YppDashboardMainTab: FC = () => {
rewardNode={benefitsMetadata.shareNft.reward}
description={
<>
Drop the link of your post to{' '}
Share NFT from Gleev on social media of your choice and drop the link of your post to{' '}
<TextButton to={atlasConfig.general.joystreamDiscordUrl}>#shared-NFTs</TextButton> on Discord to
participate in rewards.
</>
Expand All @@ -518,7 +518,7 @@ export const YppDashboardMainTab: FC = () => {
rewardNode={benefitsMetadata.shareToken.reward}
description={
<>
Drop the link of your post to{' '}
Share your CRT page from Gleev on social media of your choice and drop the link of your post to{' '}
<TextButton to={atlasConfig.general.joystreamDiscordUrl}>#shared-CRTs</TextButton> on Discord to
participate in rewards.
</>
Expand Down

0 comments on commit fdb07d1

Please sign in to comment.