From c5dcc3c378183ecc2eb374b07b277dda2b85c1e7 Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Sat, 23 May 2020 15:31:40 +0800 Subject: [PATCH] Improve transaction details page copy --- explorer/src/components/TransactionDetails.tsx | 2 +- explorer/src/components/instruction/RawDetails.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/explorer/src/components/TransactionDetails.tsx b/explorer/src/components/TransactionDetails.tsx index ed543ccc4e..03751b12b4 100644 --- a/explorer/src/components/TransactionDetails.tsx +++ b/explorer/src/components/TransactionDetails.tsx @@ -265,7 +265,7 @@ function AccountsCard({ signature }: Props) { return (
-

Accounts

+

Account Inputs

diff --git a/explorer/src/components/instruction/RawDetails.tsx b/explorer/src/components/instruction/RawDetails.tsx index 412f2b46aa..6cda1d9db5 100644 --- a/explorer/src/components/instruction/RawDetails.tsx +++ b/explorer/src/components/instruction/RawDetails.tsx @@ -44,7 +44,7 @@ export function RawDetails({ ix }: { ix: TransactionInstruction }) { ))} - +
Raw Data (Base58)Instruction Data (Base58) {displayData(data)}