Skip to content

Commit 5ad4851

Browse files
committed
🔥 Copy update (#48)
* Copy change * more copy change
1 parent 6741152 commit 5ad4851

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

packages/atlas/src/views/global/YppLandingView/sections/YppHero.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ export const YppHero: FC<YppHeroProps> = ({ onSignUpClick, yppAtlasStatus, onVie
158158
fullWidth={!xsMatch}
159159
size={xxsMatch && !xsMatch ? 'large' : smMatch ? 'large' : 'medium'}
160160
variant="secondary"
161+
id="rewards-new-channel-button"
161162
>
162163
Create New Channel
163164
</Button>

packages/atlas/src/views/studio/YppDashboard/tabs/YppDashboardMainTab.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const benefitsMetadata = {
5353
},
5454
twitterPost: {
5555
title: 'Post on X',
56-
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.`,
56+
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.`,
5757
reward: '10 USD',
5858
actionLink: 'https://twitter.com/joystreamdao?lang=en',
5959
tooltipLink:
@@ -491,7 +491,7 @@ export const YppDashboardMainTab: FC = () => {
491491
rewardNode={benefitsMetadata.shareNft.reward}
492492
description={
493493
<>
494-
Drop the link of your post to{' '}
494+
Share NFT from Gleev on social media of your choice and drop the link of your post to{' '}
495495
<TextButton to={atlasConfig.general.joystreamDiscordUrl}>#shared-NFTs</TextButton> on Discord to
496496
participate in rewards.
497497
</>
@@ -518,7 +518,7 @@ export const YppDashboardMainTab: FC = () => {
518518
rewardNode={benefitsMetadata.shareToken.reward}
519519
description={
520520
<>
521-
Drop the link of your post to{' '}
521+
Share your CRT page from Gleev on social media of your choice and drop the link of your post to{' '}
522522
<TextButton to={atlasConfig.general.joystreamDiscordUrl}>#shared-CRTs</TextButton> on Discord to
523523
participate in rewards.
524524
</>

0 commit comments

Comments
 (0)