mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
wording
This commit is contained in:
parent
f8c12c0217
commit
8e295034d3
@ -55,5 +55,12 @@ export default function Conversion({
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
return <span className={styleClasses}>≈ EUR {priceEur}</span>
|
return (
|
||||||
|
<span
|
||||||
|
className={styleClasses}
|
||||||
|
title="Approximation based on current spot price on Coingecko"
|
||||||
|
>
|
||||||
|
≈ EUR {priceEur}
|
||||||
|
</span>
|
||||||
|
)
|
||||||
}
|
}
|
||||||
|
@ -27,9 +27,8 @@ export default function Advanced(props: InputProps): ReactElement {
|
|||||||
<div className={stylesIndex.content}>
|
<div className={stylesIndex.content}>
|
||||||
<div className={styles.advanced}>
|
<div className={styles.advanced}>
|
||||||
<FormHelp className={stylesIndex.help}>
|
<FormHelp className={stylesIndex.help}>
|
||||||
Set your price for accessing this data set. A Data Token contract for
|
{`Let's create a decentralized, automated market for your data set. A Data Token contract for this data set worth the entered amount of OCEAN will be created. Additionally, you will provide liquidity into a Data Token/OCEAN
|
||||||
this data set worth the entered amount of OCEAN, and a Data
|
liquidity pool with Balancer.`}
|
||||||
Token/OCEAN liquidity pool will be created with Balancer.
|
|
||||||
</FormHelp>
|
</FormHelp>
|
||||||
|
|
||||||
<aside className={styles.wallet}>
|
<aside className={styles.wallet}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user