Skip to content

Commit

Permalink
feat: open hash explorer in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
grikomsn committed Oct 26, 2023
1 parent ff68ee3 commit 7d64407
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/HistoryDialog/HistoryList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ export const Item = forwardRef<HTMLDivElement, ItemProps>(
<ChainSymbol chainId={stat.chainId} />
<a
href={stat.explorerLink}
target="_blank"
className="flex items-center space-x-1 hover:underline"
>
<span className="truncate tabular-nums">{stat.txHash}</span>
Expand Down

0 comments on commit 7d64407

Please sign in to comment.