Clean up sale proceeds markup
This commit is contained in:
parent
b8a9bc65c7
commit
6c4a821d25
|
@ -489,15 +489,12 @@ export function SellPanel(props: {
|
||||||
inputClassName="w-full"
|
inputClassName="w-full"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<Col className="gap-3 text-sm">
|
<Col className="mt-3 w-full gap-3 text-sm">
|
||||||
<Row className="items-center justify-between gap-2 text-gray-500">
|
<Row className="items-center justify-between gap-2 text-gray-500">
|
||||||
Sale proceeds{' '}
|
Sale proceeds
|
||||||
<span className="text-neutral">{formatMoney(saleValue)}</span>
|
<span className="text-neutral">{formatMoney(saleValue)}</span>
|
||||||
</Row>
|
</Row>
|
||||||
</Col>
|
<Row className="items-center justify-between">
|
||||||
|
|
||||||
<Col className="mt-3 w-full gap-3">
|
|
||||||
<Row className="items-center justify-between text-sm">
|
|
||||||
<div className="text-gray-500">Probability</div>
|
<div className="text-gray-500">Probability</div>
|
||||||
<div>
|
<div>
|
||||||
{formatPercent(initialProb)}
|
{formatPercent(initialProb)}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user