conflicts

This commit is contained in:
Ross 2019-01-12 15:14:06 +07:00
parent c98591eb9c
commit 097a6afdc4
2 changed files with 1 additions and 5 deletions

@ -25,8 +25,4 @@
width: 100vw;
height: 100vh;
@extend %col-nowrap;
@media only screen and (min-width : 768px) {
//max-width: 560px;
}
}

@ -182,7 +182,7 @@ class CreateExchange extends Component {
})}
/>
<ModeSelector title="Create Exchange" />
<ModeSelector title={t("createExchange")} />
<AddressInputPanel
title="Token Address"
value={tokenAddress}