Skip to content

Commit 24ac107

Browse files
committed
Update AboutAssetCard.jsx
1 parent 14d2a9e commit 24ac107

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/components/Smartcoin/AboutAssetCard.jsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export default function AboutAssetCard({
8282
{JSON.stringify(
8383
{ fullAssetInfo, fullBitassetInfo },
8484
null,
85-
2
85+
2,
8686
)}
8787
</pre>
8888
</ScrollArea>
@@ -258,6 +258,10 @@ export default function AboutAssetCard({
258258
</Button>
259259
</div>
260260
</div>
261+
262+
<div className="grid grid-cols-11 gap-1 w-full text-sm">
263+
<div className="col-span-5">
264+
<div className="grid grid-cols-1 gap-1 w-full text-sm">
261265
<CardRow
262266
title={t("Smartcoin:collateralAsset")}
263267
button={

0 commit comments

Comments
 (0)