1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00
This commit is contained in:
Matthias Kretschmann 2020-07-29 19:20:49 +02:00
parent f8c12c0217
commit 8e295034d3
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 10 additions and 4 deletions

View File

@ -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>
)
}

View File

@ -27,9 +27,8 @@ export default function Advanced(props: InputProps): ReactElement {
<div className={stylesIndex.content}>
<div className={styles.advanced}>
<FormHelp className={stylesIndex.help}>
Set your price for accessing this data set. A Data Token contract for
this data set worth the entered amount of OCEAN, and a Data
Token/OCEAN liquidity pool will be created with Balancer.
{`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
liquidity pool with Balancer.`}
</FormHelp>
<aside className={styles.wallet}>