From ae22e9595739bc9bbd4db1def4992655828b7bb2 Mon Sep 17 00:00:00 2001 From: Samus <26967164+SamusElderg@users.noreply.github.com> Date: Sun, 29 Nov 2020 19:53:36 +0800 Subject: [PATCH] final changes for v1 closes #249 --- src/pages/AddLiquidity.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/AddLiquidity.js b/src/pages/AddLiquidity.js index 1517e78..33dafb9 100644 --- a/src/pages/AddLiquidity.js +++ b/src/pages/AddLiquidity.js @@ -599,7 +599,7 @@ const AddSymmPane = (props) => {
Input
- The quantity of {props.userData.symbol} you are adding to the pool. + The quantity of {props.userData.symbol} & SPARTA you are adding to the pool.
{formatAllUnits(convertFromWei(props.liquidityData.tokenAmount))} of {formatAllUnits(convertFromWei(props.userData.balance))} {props.userData.symbol}*
@@ -952,8 +952,8 @@ const RemoveLiquidityPane = (props) => {
-
Projected Output
- Estimate of the quantity of {props.userData.symbol} & SPARTA you would receive if you unstaked your LP tokens and redeemed them. +
Projected Output
+ Estimate of the quantity of {props.userData.symbol} & SPARTA you would receive if you unstaked your LP tokens and redeemed them.
{formatAllUnits(convertFromWei(token))} {props.pool.symbol}*