add tooltip to asset weight

This commit is contained in:
tjs 2022-08-23 20:45:01 -04:00
parent c48b9f8a95
commit 270a319ab0
1 changed files with 2 additions and 8 deletions

View File

@ -68,20 +68,14 @@ const TokenList = () => {
<th className=""> <th className="">
<div className="flex items-center justify-center"> <div className="flex items-center justify-center">
<span>Asset Weight</span> <span>Asset Weight</span>
{/* <InfoTooltip <InfoTooltip content="The asset weight applies a haircut to the value of the collateral in your account health calculation. The lower the asset weight, the less the asset counts towards collateral." />
content={
'The loan-to-value (LTV) ratio is how much you can borrow against your deposits.'
}
/> */}
</div> </div>
</th> </th>
<th className=""> <th className="">
<div className="flex items-center justify-center"> <div className="flex items-center justify-center">
<span>Liability Weight</span> <span>Liability Weight</span>
{/* <InfoTooltip {/* <InfoTooltip
content={ content=""
'The loan-to-value (LTV) ratio is how much you can borrow against your deposits.'
}
/> */} /> */}
</div> </div>
</th> </th>