Reword loan copy

This commit is contained in:
Austin Chen 2022-03-01 18:51:29 -08:00
parent bfee2ea954
commit 2692a98151

View File

@ -97,15 +97,15 @@ export function AmountInput(props: {
</div> </div>
)} )}
{user && ( {user && (
<Col className="text-sm gap-3"> <Col className="gap-3 text-sm">
{contractId && ( {contractId && (
<Row className="items-center justify-between gap-2 text-gray-500"> <Row className="items-center justify-between gap-2 text-gray-500">
<Row className="items-center gap-2"> <Row className="items-center gap-2">
Loan amount{' '} Amount loaned{' '}
<InfoTooltip <InfoTooltip
text={`Up to ${formatMoney( text={`In every market, you get an interest-free loan on the first ${formatMoney(
MAX_LOAN_PER_CONTRACT MAX_LOAN_PER_CONTRACT
)} is automatically borrowed and repaid when the market resolves.`} )}.`}
/> />
</Row> </Row>
<span className="text-neutral">{formatMoney(loanAmount)}</span>{' '} <span className="text-neutral">{formatMoney(loanAmount)}</span>{' '}