Skip to content

Commit

Permalink
refactor: change typos
Browse files Browse the repository at this point in the history
  • Loading branch information
geolffreym committed Jan 8, 2025
1 parent 40c752f commit f8338ca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/sections/finance/components/finance-change-wallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const FinanceChangeWallet: FC<FinanceChangeWalletProps> = ({ onChangingWallet })
notifySuccess(SUCCESS.WALLET_CHANGED_SUCCESFULLY);
})
)
.catch((error: any) => {
.catch(() => {
notifyError(ERRORS.FAILED_CHANGE_WALLET_ERROR);
});
};
Expand Down
6 changes: 3 additions & 3 deletions src/sections/finance/components/finance-earn-tokens.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const FinanceEarnTokens: FC<FinanceEarnTokensProps> = ({ sx, lgUp, ...other }) =
whiteSpace: 'pre-line',
}}
>
¡Complete some tasks and win!
Earn rewards effortlessly!
</Typography>
<Typography
variant="h3"
Expand Down Expand Up @@ -110,7 +110,7 @@ const FinanceEarnTokens: FC<FinanceEarnTokensProps> = ({ sx, lgUp, ...other }) =
mb: { xs: 1, xl: 2 },
}}
>
Invite your family and friends and claims your rewards.
Invite your friends and complete tasks to grow your balance.
</Typography>
<Button
sx={{ mt: lgUp ? 3 : null }}
Expand All @@ -119,7 +119,7 @@ const FinanceEarnTokens: FC<FinanceEarnTokensProps> = ({ sx, lgUp, ...other }) =
startIcon={<Iconify icon={'fluent-emoji:trophy'} />}
onClick={handleClick}
>
Earn tokens
Earn now!
</Button>
</Stack>
<Stack
Expand Down
2 changes: 1 addition & 1 deletion src/sections/finance/components/finance-widget-summary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export default function FinanceWidgetSummary({
{fPercent(percent)}
</Box>

<Box sx={{ opacity: 0.8 }}>than last month</Box>
<Box sx={{ opacity: 0.8 }}>compared to last month</Box>
</Stack>
</Stack>

Expand Down

0 comments on commit f8338ca

Please sign in to comment.