Skip to content

Commit

Permalink
At least (#1077)
Browse files Browse the repository at this point in the history
* fix-faq-background

* Replace up to with at least
  • Loading branch information
makoto authored Feb 18, 2021
1 parent 25a55ad commit 251c625
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ const EthRegistrationGasPrice = ({ price, ethUsdPrice, gasPrice }) => {
return (
<PriceContainer>
<TotalValue>
{ethVal.toFixed(3)} ETH + up to {registerGasFast.toFixed(3)} ETH gas fee
= up to {totalFast.toFixed(3)} ETH
{ethVal.toFixed(3)} ETH + at least {registerGasFast.toFixed(3)} ETH gas
fee = at least {totalFast.toFixed(3)} ETH
{ethVal && ethUsdPrice && (
<USD>
{' '}
Expand Down

0 comments on commit 251c625

Please sign in to comment.