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

update copy

This commit is contained in:
marcoelissa 2023-01-19 17:14:35 +07:00
parent 65e7a68d39
commit be49e6502d
3 changed files with 24 additions and 13 deletions

View File

@ -6,6 +6,10 @@
.conversations .empty {
height: 100%;
max-width: 80%;
text-align: center;
margin-left: auto;
margin-right: auto;
display: flex;
flex-direction: column;
justify-content: center;
@ -16,5 +20,5 @@
.conversations .empty .icon {
width: var(--font-size-h1);
fill: currentColor;
margin-bottom: calc(var(--spacer) / 4);
margin-bottom: calc(var(--spacer) / 2);
}

View File

@ -24,8 +24,11 @@ export default function List() {
<ChatBubble role="img" aria-label="Chat" className={styles.icon} />
<p>
Hello! Any question regarding a specific dataset listed on Ocean
Marketplace? Go over the asset detail page or directly to a
publisher profile to start a conversation!
Marketplace?
</p>
<p>
Go over the asset detail page or directly to a publisher profile to
start a conversation!
</p>
</div>
)}

View File

@ -30,12 +30,14 @@ const BodyContent = () => {
<div className={styles.walletWrapper}>
<div>
<h5>Connect your wallet to start messaging</h5>
<p>A new decentralised, encrypted private messaging is here!</p>
<p>
A new decentralised, encrypted private messaging is here! Engage
with data publishers, get your algorithms whitelisted and establish
trust. You&apos;ll be required to sign 2 transactions, one to
connect to your decentralised identity and the other to your
encrypted key
Engage with data publishers, get your algorithms whitelisted and
establish trust.
</p>
<p>
You&apos;ll be required to sign 2 transactions, one to connect to
your decentralised identity and the other to your encrypted key
</p>
<button
className={`${walletStyles.button} ${walletStyles.initial}`}
@ -53,12 +55,14 @@ const BodyContent = () => {
<div className={styles.walletWrapper}>
<div>
<h5>Sign your wallet to start messaging</h5>
<p>A new decentralised, encrypted private messaging is here!</p>
<p>
A new decentralised, encrypted private messaging is here! Engage
with data publishers, get your algorithms whitelisted and establish
trust. You&apos;ll be required to sign 2 transactions, one to
connect to your decentralised identity and the other to your
encrypted key
Engage with data publishers, get your algorithms whitelisted and
establish trust.
</p>
<p>
You&apos;ll be required to sign 2 transactions, one to connect to
your decentralised identity and the other to your encrypted key
</p>
<button
className={`${walletStyles.button} ${walletStyles.initial}`}