Improve transaction details page copy

This commit is contained in:
Justin Starry 2020-05-23 15:31:40 +08:00 committed by Michael Vines
parent 406f35edfa
commit c5dcc3c378
2 changed files with 2 additions and 2 deletions

View File

@ -265,7 +265,7 @@ function AccountsCard({ signature }: Props) {
return (
<div className="card">
<div className="card-header">
<h3 className="card-header-title">Accounts</h3>
<h3 className="card-header-title">Account Inputs</h3>
</div>
<div className="table-responsive mb-0">
<table className="table table-sm table-nowrap card-table">

View File

@ -44,7 +44,7 @@ export function RawDetails({ ix }: { ix: TransactionInstruction }) {
))}
<tr>
<td>Raw Data (Base58)</td>
<td>Instruction Data (Base58)</td>
<td className="text-right">
<Copyable text={data}>
<code>{displayData(data)}</code>