Improve transaction details page copy
This commit is contained in:
parent
406f35edfa
commit
c5dcc3c378
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue