From 251c625d5df52d02b56e4e6d0b3ad9d82d673e8b Mon Sep 17 00:00:00 2001 From: Makoto Inoue <2630+makoto@users.noreply.github.com> Date: Thu, 18 Feb 2021 15:18:30 +0000 Subject: [PATCH] At least (#1077) * fix-faq-background * Replace up to with at least --- .../SingleName/NameRegister/EthRegistrationGasPrice.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/SingleName/NameRegister/EthRegistrationGasPrice.js b/src/components/SingleName/NameRegister/EthRegistrationGasPrice.js index 59ad3ac82..1b392381b 100644 --- a/src/components/SingleName/NameRegister/EthRegistrationGasPrice.js +++ b/src/components/SingleName/NameRegister/EthRegistrationGasPrice.js @@ -73,8 +73,8 @@ const EthRegistrationGasPrice = ({ price, ethUsdPrice, gasPrice }) => { return ( - {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 && ( {' '}