1
0
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:
Onuwa Nnachi Isaac 2019-06-29 10:24:14 +01:00
parent fce799caa2
commit e9622b3742
No known key found for this signature in database
GPG Key ID: 831A4177E1A2CEBB

View File

@ -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}
&nbsp;&rarr;
</a>
{showActionButtons && (
<div className={styles.actionArea}>
<span className={styles.sntAmount}>