Skip to content

Commit 9a3b18e

Browse files
committed
note about LTV matrix
1 parent cc32e2e commit 9a3b18e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Products.jsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,9 @@ export function ProductInfo(props) {
116116
</div>
117117
</div>
118118

119-
<div className="flex align-items-center mt-4 ml-6">
120-
* Columns are liability vaults, rows are collateral vaults
119+
<div className="mt-4 ml-6">
120+
<div>* Columns are liability vaults, rows are collateral vaults</div>
121+
<div className="mt-2">* Only vaults within the product are shown. Vaults in the cluster may accept external vaults as collateral and vice versa, and they are not shown above.</div>
121122
</div>
122123
</div>
123124
}

0 commit comments

Comments
 (0)