From f58f3f081e545211513310fc60307d7cb35f391b Mon Sep 17 00:00:00 2001 From: Leandro Boscariol Date: Tue, 25 Jan 2022 02:22:58 -0800 Subject: [PATCH] vCOW EVERYWHERE! (not vCoW) (#2283) Co-authored-by: Leandro --- src/custom/pages/Claim/ClaimsTable.tsx | 4 ++-- src/custom/pages/Claim/InvestmentFlow/InvestOption.tsx | 2 +- src/custom/pages/Claim/InvestmentFlow/InvestSummaryRow.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/custom/pages/Claim/ClaimsTable.tsx b/src/custom/pages/Claim/ClaimsTable.tsx index f068863c7..c4e3f8c4e 100644 --- a/src/custom/pages/Claim/ClaimsTable.tsx +++ b/src/custom/pages/Claim/ClaimsTable.tsx @@ -90,7 +90,7 @@ const ClaimsTableRow = ({ {!isFree || (price && ( - Price: {`${formatSmartLocaleAware(price) || 0} vCoW per ${currencyAmount?.currency?.symbol}`} + Price: {`${formatSmartLocaleAware(price) || 0} vCOW per ${currencyAmount?.currency?.symbol}`} ))} @@ -154,7 +154,7 @@ export default function ClaimsTable({ isAirdropOnly, hasClaims }: ClaimsTablePro return (

- The table overview below represents your current vCow claiming opportunities. To move forward with one or all of + The table overview below represents your current vCOW claiming opportunities. To move forward with one or all of the options, simply select the row(s) you would like to engage with and move forward via the 'Claim vCOW' button.

diff --git a/src/custom/pages/Claim/InvestmentFlow/InvestOption.tsx b/src/custom/pages/Claim/InvestmentFlow/InvestOption.tsx index ee69cd841..10a44e52b 100644 --- a/src/custom/pages/Claim/InvestmentFlow/InvestOption.tsx +++ b/src/custom/pages/Claim/InvestmentFlow/InvestOption.tsx @@ -222,7 +222,7 @@ export default function InvestOption({ approveData, claim, optionIndex }: Invest Price{' '} - {formatSmartLocaleAware(price) || '0'} vCoW per {currencyAmount?.currency?.symbol} + {formatSmartLocaleAware(price) || '0'} vCOW per {currencyAmount?.currency?.symbol} diff --git a/src/custom/pages/Claim/InvestmentFlow/InvestSummaryRow.tsx b/src/custom/pages/Claim/InvestmentFlow/InvestSummaryRow.tsx index 8ee6269d9..57255fcbf 100644 --- a/src/custom/pages/Claim/InvestmentFlow/InvestSummaryRow.tsx +++ b/src/custom/pages/Claim/InvestmentFlow/InvestSummaryRow.tsx @@ -66,7 +66,7 @@ export function InvestSummaryRow(props: Props): JSX.Element | null { Price:{' '} - {formatSmartLocaleAware(price) || '0'} vCoW per {symbol} + {formatSmartLocaleAware(price) || '0'} vCOW per {symbol} )}