Commit 097a6afd authored by Ross's avatar Ross

conflicts

parent c98591eb
...@@ -25,8 +25,4 @@ ...@@ -25,8 +25,4 @@
width: 100vw; width: 100vw;
height: 100vh; height: 100vh;
@extend %col-nowrap; @extend %col-nowrap;
@media only screen and (min-width : 768px) {
//max-width: 560px;
}
} }
\ No newline at end of file
...@@ -182,7 +182,7 @@ class CreateExchange extends Component { ...@@ -182,7 +182,7 @@ class CreateExchange extends Component {
})} })}
/> />
<ModeSelector title="Create Exchange" /> <ModeSelector title={t("createExchange")} />
<AddressInputPanel <AddressInputPanel
title="Token Address" title="Token Address"
value={tokenAddress} value={tokenAddress}
......
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