Fix offline broadcast link (#1350)
* Fixed offline broadcast link * fix for link from root
This commit is contained in:
parent
5d41a7f774
commit
8eeefe7e25
|
@ -20,7 +20,7 @@ export const OfflineBroadcast = connect((state: AppState) => ({ offline: getOffl
|
|||
const BroadCast: React.SFC<{}> = () => (
|
||||
<p>
|
||||
To broadcast this transaction, paste the above into the{' '}
|
||||
<Link to="pushTx">Broadcast Transaction tab</Link> or{' '}
|
||||
<Link to="/pushTx">Broadcast Transaction tab</Link> or{' '}
|
||||
<NewTabLink href="https://etherscan.io/pushTx">etherscan.io/pushTx</NewTabLink>
|
||||
</p>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue