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 { .conversations .empty {
height: 100%; height: 100%;
max-width: 80%;
text-align: center;
margin-left: auto;
margin-right: auto;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
@ -16,5 +20,5 @@
.conversations .empty .icon { .conversations .empty .icon {
width: var(--font-size-h1); width: var(--font-size-h1);
fill: currentColor; 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} /> <ChatBubble role="img" aria-label="Chat" className={styles.icon} />
<p> <p>
Hello! Any question regarding a specific dataset listed on Ocean Hello! Any question regarding a specific dataset listed on Ocean
Marketplace? Go over the asset detail page or directly to a Marketplace?
publisher profile to start a conversation! </p>
<p>
Go over the asset detail page or directly to a publisher profile to
start a conversation!
</p> </p>
</div> </div>
)} )}

View File

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