mirror of
https://github.com/dap-ps/discover.git
synced 2025-02-07 23:15:09 +00:00
Remove url from view
This commit is contained in:
parent
fce799caa2
commit
e9622b3742
@ -20,7 +20,7 @@ const DappListItem = props => {
|
||||
onToggleProfileModal,
|
||||
} = props
|
||||
|
||||
const { name, desc, url, image } = dapp
|
||||
const { name, description, image } = dapp
|
||||
|
||||
const handleUpVote = () => {
|
||||
onClickUpVote(dapp)
|
||||
@ -55,13 +55,9 @@ const DappListItem = props => {
|
||||
className={styles.description}
|
||||
style={{ WebkitBoxOrient: 'vertical' }}
|
||||
>
|
||||
{desc}
|
||||
{description}
|
||||
</p>
|
||||
</div>
|
||||
<a className={styles.url} href={url}>
|
||||
{url}
|
||||
→
|
||||
</a>
|
||||
{showActionButtons && (
|
||||
<div className={styles.actionArea}>
|
||||
<span className={styles.sntAmount}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user