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:
parent
4bdc1a257d
commit
1f64e9b5e9
@ -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>
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user