Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
vCOW EVERYWHERE! (not vCoW) (#2283)
Browse files Browse the repository at this point in the history
Co-authored-by: Leandro <[email protected]>
  • Loading branch information
alfetopito and Leandro authored Jan 25, 2022
1 parent 49425bf commit f58f3f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/custom/pages/Claim/ClaimsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const ClaimsTableRow = ({
{!isFree ||
(price && (
<span>
Price: <b>{`${formatSmartLocaleAware(price) || 0} vCoW per ${currencyAmount?.currency?.symbol}`}</b>
Price: <b>{`${formatSmartLocaleAware(price) || 0} vCOW per ${currencyAmount?.currency?.symbol}`}</b>
</span>
))}
<span>
Expand Down Expand Up @@ -154,7 +154,7 @@ export default function ClaimsTable({ isAirdropOnly, hasClaims }: ClaimsTablePro
return (
<ClaimBreakdown>
<p>
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 &apos;Claim
vCOW&apos; button.
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/custom/pages/Claim/InvestmentFlow/InvestOption.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ export default function InvestOption({ approveData, claim, optionIndex }: Invest
<span>
<b>Price</b>{' '}
<i>
{formatSmartLocaleAware(price) || '0'} vCoW per {currencyAmount?.currency?.symbol}
{formatSmartLocaleAware(price) || '0'} vCOW per {currencyAmount?.currency?.symbol}
</i>
</span>

Expand Down
2 changes: 1 addition & 1 deletion src/custom/pages/Claim/InvestmentFlow/InvestSummaryRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export function InvestSummaryRow(props: Props): JSX.Element | null {
<span>
<b>Price:</b>{' '}
<i>
{formatSmartLocaleAware(price) || '0'} vCoW per {symbol}
{formatSmartLocaleAware(price) || '0'} vCOW per {symbol}
</i>
</span>
)}
Expand Down

0 comments on commit f58f3f0

Please sign in to comment.