mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
update copy
This commit is contained in:
parent
55129afc77
commit
d57ee8ca44
@ -22,7 +22,11 @@ export default function List() {
|
||||
) : (
|
||||
<div className={styles.empty}>
|
||||
<ChatBubble role="img" aria-label="Chat" className={styles.icon} />
|
||||
<span>No conversation yet...</span>
|
||||
<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!
|
||||
</p>
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
|
@ -30,12 +30,13 @@ const BodyContent = () => {
|
||||
<div className={styles.walletWrapper}>
|
||||
<div>
|
||||
<h5>Connect your wallet to start messaging</h5>
|
||||
<p>You will be ask to sign:</p>
|
||||
<p>
|
||||
Sign 1: Create your decentralized Identity (DID) to share a message
|
||||
and own it
|
||||
A new decentralised, encrypted private messaging is here! Engage
|
||||
with data publishers, get your algorithms whitelisted and establish
|
||||
trust. You'll be required to sign 2 transactions, one to
|
||||
connect to your decentralised identity and the other to your
|
||||
encrypted key
|
||||
</p>
|
||||
<p>Sign 2: Create your encrypted key to enable private messages</p>
|
||||
<button
|
||||
className={`${walletStyles.button} ${walletStyles.initial}`}
|
||||
onClick={(e) => handleActivation(e)}
|
||||
@ -53,10 +54,12 @@ const BodyContent = () => {
|
||||
<div>
|
||||
<h5>Sign your wallet to start messaging</h5>
|
||||
<p>
|
||||
Sign 1: Create your decentralized Identity (DID) to share a message
|
||||
and own it
|
||||
A new decentralised, encrypted private messaging is here! Engage
|
||||
with data publishers, get your algorithms whitelisted and establish
|
||||
trust. You'll be required to sign 2 transactions, one to
|
||||
connect to your decentralised identity and the other to your
|
||||
encrypted key
|
||||
</p>
|
||||
<p>Sign 2: Create your encrypted key to enable private messages</p>
|
||||
<button
|
||||
className={`${walletStyles.button} ${walletStyles.initial}`}
|
||||
onClick={() =>
|
||||
|
Loading…
Reference in New Issue
Block a user