Skip to content

Commit

Permalink
Fix tx link
Browse files Browse the repository at this point in the history
  • Loading branch information
polarker committed Aug 25, 2023
1 parent a62bead commit 3fdd213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Multisig/BuildMultisigTx.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ function BuildMultisigTx() {
Transaction Submitted
</Text>
<Anchor
href={`${explorerUrl}/tx/${submitTxResult?.txId}`}
href={`${explorerUrl}/transactions/${submitTxResult?.txId}`}
target="_blank"
mx="auto"
>
Expand Down

0 comments on commit 3fdd213

Please sign in to comment.