Skip to content

Commit

Permalink
Fix low balance alert
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Lo. committed Sep 26, 2024
1 parent 48ac4de commit e84c18c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Faucet/Alerts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ export const AlertBalanceTooLow = () => (
<AlertText>
<span>
Your current Ethereum address does not contain enough Ether on the
Ethereum Mainnet. Please ensure you have at least 0.001 ETH before
proceeding. You can easily add funds to your address using{" "}
Ethereum Mainnet. You can easily add funds to your address using{" "}
<a
data-testid="alert-balance-add-funds"
onClick={handleClickBalanceLow}
Expand Down

0 comments on commit e84c18c

Please sign in to comment.