Skip to content

Commit

Permalink
chore: fix explorer urls (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
wainola authored Nov 9, 2023
1 parent bb7e6c5 commit ef733cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/DetailView/DetailView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export default function DetailView() {
<span className={classes.detailsInnerContentTitle}>Destination transaction hash:</span>
<span className={classes.detailsInnerContent}>
<Link
to={txHashLinks(fromDomainInfo!.type, transfer?.execution?.txHash!, toDomainExplorerUrl!.url)}
to={txHashLinks(toDomainInfo!.type, transfer?.execution?.txHash!, toDomainExplorerUrl!.url)}
style={{ color: "black" }}
target="_blank"
>
Expand Down

0 comments on commit ef733cb

Please sign in to comment.