Skip to content

Commit

Permalink
Merge pull request #125 from subquery/chore/text
Browse files Browse the repository at this point in the history
chore: text
  • Loading branch information
HuberTRoy authored Aug 1, 2024
2 parents f1555a4 + 192ebb6 commit ce1e7c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/DelegationCampaign/DelegationCampaign.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ const SecondStep = (props: { userInfo?: IDelegationUserInfo['data'] }) => {
</Typography>
)}

<Typography>For every 10 SQT your delegate for the complete Era, you get 1 point!</Typography>
<Typography>For every 10 SQT you delegate for the complete Era, you get 1 point!</Typography>
</div>
<div className={clsx(styles.baseCard, styles.nestedBaseCard)}>
<div style={{ display: 'flex', justifyContent: 'space-between' }}>
Expand Down Expand Up @@ -642,7 +642,7 @@ const SecondStep = (props: { userInfo?: IDelegationUserInfo['data'] }) => {
of rewards for Era {currentSelectEra?.era}
</Typography>
)}
<Typography>For every SQT your claim as rewards for the Era, you get 70 points!</Typography>
<Typography>For every SQT you claim as rewards for the Era, you get 70 points!</Typography>
</div>

<div className={clsx(styles.baseCard, styles.nestedBaseCard)}>
Expand Down

0 comments on commit ce1e7c5

Please sign in to comment.