Fix offline broadcast link (#1350)

* Fixed offline broadcast link

* fix for link from root
This commit is contained in:
Michael - Blurpesec 2018-03-21 14:49:33 -04:00 committed by Daniel Ternyak
parent 5d41a7f774
commit 8eeefe7e25
1 changed files with 1 additions and 1 deletions

View File

@ -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>
);