Invested value => Investment value

This commit is contained in:
James Grugett 2022-03-02 15:48:38 -08:00
parent 6285212a1e
commit 4d8af33c85

View File

@ -136,7 +136,7 @@ export function BetsList(props: { user: User }) {
<Col className="mx-4 gap-4 sm:flex-row sm:justify-between md:mx-0">
<Row className="gap-8">
<Col>
<div className="text-sm text-gray-500">Invested value</div>
<div className="text-sm text-gray-500">Investment value</div>
<div className="text-lg">
{formatMoney(currentBetsValue)}{' '}
<ProfitBadge profitPercent={investedProfitPercent} />