<divclassName="grey-bg red connection border pa2">
<p>Thisaccountdoesn't have enough balance to make this transaction! Get more {props.inputToken.value} with the <a target="_blank" href="https://faucet.rinkeby.io/">Rinkeby Faucet.</a></p>
</div>
)
} else if (props.input > props.balance/10**18) {
return (
<div className="grey-bg red connection border pa2">
<p>Thisaccountdoesn't have enough balance to make this transaction! Get more ETH with the <a target="_blank" href="https://faucet.rinkeby.io/">Rinkeby Faucet.</a></p>
<p>{"This account doesn'thaveenoughbalancetomakethistransaction!You'll need to swap some ETH for " + props.inputToken.value + "."}</p>