diff --git a/libs/withdraws/src/lib/withdraw-limits.tsx b/libs/withdraws/src/lib/withdraw-limits.tsx
index 90a0db350..bce88288a 100644
--- a/libs/withdraws/src/lib/withdraw-limits.tsx
+++ b/libs/withdraws/src/lib/withdraw-limits.tsx
@@ -208,11 +208,11 @@ const GasPrice = ({
)}
- {formatNumber(gas)} gas × {asETH(basePricePerGas)} ={' '}
- {asETH(basePrice)}
+ {formatNumber(gas)} gas × {asETH(basePricePerGas)}
{' '}
+ = {asETH(basePrice)}
- {formatNumber(gas)} gas × {asETH(maxPricePerGas)} ={' '}
+ {formatNumber(gas)} gas × {asETH(maxPricePerGas)}
={' '}
{asETH(maxPrice)}