Skip to content

Commit

Permalink
feat: add link to tx in output page
Browse files Browse the repository at this point in the history
  • Loading branch information
begonaalvarezd committed Feb 26, 2024
1 parent 500bf22 commit 714a621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/app/routes/nova/OutputPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const OutputPage: React.FC<RouteComponentProps<OutputPageProps>> = ({
<div className="section--data">
<div className="label">Transaction ID</div>
<div className="value code highlight row middle">
<TruncatedId id={transactionId} showCopyButton />
<TruncatedId id={transactionId} link={`/${network}/transaction/${transactionId}`} showCopyButton />
</div>
</div>
)}
Expand Down

0 comments on commit 714a621

Please sign in to comment.