Skip to content

Commit

Permalink
design: improved size of invite to refer
Browse files Browse the repository at this point in the history
  • Loading branch information
geolffreym committed Jan 21, 2025
1 parent ea2582b commit a3cf264
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/sections/finance/components/finance-earn-tokens.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const FinanceEarnTokens: FC<FinanceEarnTokensProps> = ({ sx, lgUp, ...other }) =
mb: { xs: 2, xl: 2 },
}}
>
Invite your friends and complete tasks to grow your balance.
Complete tasks, grow your balance, and unlock exciting rewards.
</Typography>
<Button
sx={{
Expand All @@ -122,7 +122,7 @@ const FinanceEarnTokens: FC<FinanceEarnTokensProps> = ({ sx, lgUp, ...other }) =
startIcon={<Iconify icon={'fluent-emoji:trophy'} />}
onClick={handleClick}
>
Earn now!
Start earning now!
</Button>
</Stack>
<Stack
Expand Down
2 changes: 1 addition & 1 deletion src/sections/finance/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export default function OverviewBankingView() {
<FinanceInviteFriends
price="50"
title={`Refer and Earn!`}
description="Invite your friends to join our platform and earn MMC 50 for each successful referral."
description="Get 50 MMC for every friend who signs up using your referral link."
img="/assets/illustrations/characters/character_11.png"
/>
</Stack>
Expand Down

0 comments on commit a3cf264

Please sign in to comment.