Update Warning Message
This commit is contained in:
parent
d16337e874
commit
a57d21429e
@ -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.`}
|
||||
|
Loading…
Reference in New Issue
Block a user