Commit a57d2142 authored by Chi Kei Chan's avatar Chi Kei Chan

Update Warning Message

parent d16337e8
......@@ -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.`}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment