Skip to content

Commit 56ad7f3

Browse files
committed
add base64 label to simplicity program
- add line break inside div to improve layout
1 parent ad44279 commit 56ad7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/views/tx-vin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ const standard = (vin, { isOpen, t, ...S }, assetMeta=getAssetMeta(vin, S)) => l
115115
</div>
116116

117117
, <div className="vin-body-row">
118-
<div>{t`Simplicity program`}</div>
118+
<div>{t`Simplicity program `} <br></br> {t`(base64)`}</div>
119119
<div className="mono">{hexToBase64(sw.program)}</div>
120120
</div>
121121

0 commit comments

Comments
 (0)