mirror of
https://github.com/dap-ps/discover.git
synced 2025-02-12 09:17:32 +00:00
commit
e904a9c5f1
@ -10,7 +10,7 @@ import { DappState } from '../../common/data/dapp'
|
|||||||
const ProfileContent = ({
|
const ProfileContent = ({
|
||||||
name,
|
name,
|
||||||
url,
|
url,
|
||||||
desc,
|
description,
|
||||||
image,
|
image,
|
||||||
category,
|
category,
|
||||||
highestRankedPosition,
|
highestRankedPosition,
|
||||||
@ -50,19 +50,7 @@ const ProfileContent = ({
|
|||||||
</div>
|
</div>
|
||||||
<div className={styles.description}>
|
<div className={styles.description}>
|
||||||
<span className={styles.heading}>Description</span>
|
<span className={styles.heading}>Description</span>
|
||||||
<span className="wrapper">{desc || 'Not available'}</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>
|
||||||
<div className={styles.url}>
|
<div className={styles.url}>
|
||||||
<span className={styles.heading}>URL</span>
|
<span className={styles.heading}>URL</span>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user