Update Warning Message

This commit is contained in:
Chi Kei Chan 2018-11-01 15:48:31 +01:00
parent d16337e874
commit a57d21429e
2 changed files with 2 additions and 3 deletions

@ -41,8 +41,7 @@ class NavigationTabs extends Component {
{ this.renderTab('Pool', '/add-liquidity', /add-liquidity|remove-liquidity|create-exchange/) }
</Tabs>
<div className="beta-message">
🦄 Welcome to Uniswap! Learn more by reading the docs. <br/>
This project is in beta. Audit the contracts or use at your own risk. 💀
💀 This project is in beta. Use at your own risk.
</div>
</div>
);

@ -548,7 +548,7 @@ class AddLiquidity extends Component {
? (
<div className="pool__new-exchange-warning">
<div className="pool__new-exchange-warning-text">
🚰 You are the first person to add liquidity to this token!
🚰 You are the first person to add liquidity!
</div>
<div className="pool__new-exchange-warning-text">
{`The initial exchange rate will be set based on your deposits. Please make sure that your ETH and ${label} deposits have the same fiat value.`}