Skip to content

Commit

Permalink
chore: update wording
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Feb 1, 2024
1 parent ede1919 commit f7a8f5c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions src/components/creators/cards/CreatePostCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ export default function CreatePostCard({ variant }: CreatePostCardProps) {
</span>
</div>
<span className='FontSmall'>
By creating new posts and liking new content of others, stakers of SUB can increase their
staking rewards by 50% to 200%.{' '}
When users with locked SUB like your posts, you will receive SUB as a reward.{' '}
<Link href={activeStakingLinks.learnMore}>
<a
target='_blank'
Expand Down
4 changes: 2 additions & 2 deletions src/components/creators/cards/SupportCreatorsCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function SupportCreatorsCard() {
and earn SUB
</p>
<p className={clsx(styles.Subtitle, 'mb-3')}>
Generate rewards for both you and creators by staking towards them
Lock tokens and like posts to generate rewards for you and creators
</p>
<Button
href={getSubIdCreatorsLink()}
Expand All @@ -31,7 +31,7 @@ export default function SupportCreatorsCard() {
sendEvent('astake_banner_add_stake', { eventSource: 'support-creators-banner' })
}
>
Stake SUB
Lock SUB
</Button>
</div>

Expand Down
4 changes: 2 additions & 2 deletions src/components/voting/SuperLike.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ function ShouldStakeModal({ onCancel, visible }: { visible: boolean; onCancel: (
visible={visible}
onCancel={onCancel}
title='Wait a sec...'
subtitle='In this app, every like is more than just a thumbs-up! When you like a post, both you and the author can earn extra SUB tokens. For this, you need to start staking SUB tokens first.'
subtitle='In this app, every like is more than just a thumbs-up! When you like a post, both you and the author can earn extra SUB tokens. For this, you need to start locking SUB tokens first.'
>
<div className='d-flex flex-column align-items-center GapLarge'>
<Image
Expand All @@ -255,7 +255,7 @@ function ShouldStakeModal({ onCancel, visible }: { visible: boolean; onCancel: (
preview={{ mask: null }}
/>
<Button block type='primary' size='large' href={getSubIdCreatorsLink()} target='_blank'>
Start Staking SUB
Start Locking SUB
</Button>
</div>
</CustomModal>
Expand Down

0 comments on commit f7a8f5c

Please sign in to comment.