mirror of https://github.com/dap-ps/discover.git
Remove chat until embeddable whisper
This commit is contained in:
parent
7a3154e426
commit
572cfac05f
|
@ -52,18 +52,6 @@ const ProfileContent = ({
|
|||
<span className={styles.heading}>Description</span>
|
||||
<span className="wrapper">{description || 'Not available'}</span>
|
||||
</div>
|
||||
<div className={styles.chat}>
|
||||
<ReactImageFallback
|
||||
className={styles.chat_image}
|
||||
src={image}
|
||||
fallbackImage={icon}
|
||||
alt="App icon"
|
||||
/>
|
||||
<img src={chat} className={styles.chat_icon} alt="Chat" />
|
||||
<span className={styles.chat_link + ' link'}>
|
||||
{`Open ${name} chat`}
|
||||
</span>
|
||||
</div>
|
||||
<div className={styles.url}>
|
||||
<span className={styles.heading}>URL</span>
|
||||
<span className="wrapper">
|
||||
|
|
Loading…
Reference in New Issue