Skip to content

Commit

Permalink
updated link name
Browse files Browse the repository at this point in the history
  • Loading branch information
aalavandhan committed Jan 31, 2022
1 parent 42d9c48 commit 4ecef0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/EtherscanLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ export const EtherscanLink: React.FC<Props> = ({ txHash }) => {
const { networkId } = useContext(Web3Context)
const {explorerUrl} = getConnectionConfig(networkId)
return (
<a rel="noreferrer" className="text-link" href={`${explorerUrl}/${txHash}`} target="_blank">Etherscan</a>
<a rel="noreferrer" className="text-link" href={`${explorerUrl}/${txHash}`} target="_blank">Block explorer</a>
)
}

0 comments on commit 4ecef0e

Please sign in to comment.