augur-ui-react-components
Advanced tools
Comparing version 3.2.18 to 3.2.19
{ | ||
"name": "augur-ui-react-components", | ||
"version": "3.2.18", | ||
"version": "3.2.19", | ||
"description": "Augur UI React Components", | ||
@@ -5,0 +5,0 @@ "author": "Augur Project", |
@@ -242,3 +242,3 @@ import React from 'react'; | ||
{p.status && p.hash ? | ||
<Link href={`https://morden.ether.camp/transaction/${p.hash}`} target="_blank"> | ||
<Link href={`https://testnet.etherscan.io/tx/transaction/${p.hash}`} target="_blank"> | ||
<div className="status-and-message"> | ||
@@ -245,0 +245,0 @@ <span className="message" dangerouslySetInnerHTML={liveDangerously(p.message)} /> |
Sorry, the diff of this file is too big to display
2096609