1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

form nesting fix

This commit is contained in:
Matthias Kretschmann 2020-08-05 11:16:10 +02:00
parent 4bdc1a257d
commit 1f64e9b5e9
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -21,7 +21,7 @@ export default function Simple({
this data set, worth the entered amount of OCEAN will be created. this data set, worth the entered amount of OCEAN will be created.
</FormHelp> </FormHelp>
<form className={styles.form}> <div className={styles.form}>
<Label htmlFor="ocean">Ocean Tokens</Label> <Label htmlFor="ocean">Ocean Tokens</Label>
<InputElement <InputElement
@ -33,7 +33,7 @@ export default function Simple({
/> />
<Conversion price={ocean} className={stylesIndex.conversion} /> <Conversion price={ocean} className={stylesIndex.conversion} />
</form> </div>
</div> </div>
</div> </div>
) )