You are on page 1of 1

<div class="col-lg-15 col-md-4 col-6 wrap-card action-show-modal" contractId=$

{contract_id} tokenId="${dataToken.token_id}" style="cursor: pointer;">


<div class="mb-3">
<div class="card shadow">
<img src="https://ipfs.io/ipfs//${media}" class="card-img-top"
style="border-bottom-left-radius: 0px !important; border-bottom-right-radius: 0px !
important;" alt="...">
</div>
<div class="card ${window.isDarkMode ? "bg-dark" : "bg-light"}
shadow mt-0"
style="color: #5A5A5A; border-top-left-radius: 0px !important;
border-top-right-radius: 0px !important; height: 180px;">
<div class="card-body">
<p class="card-title fw-bold fs-6" style="cursor:
pointer;">${dataToken.metadata.title}</p>
<p class="text-center fw-bold fs-3 $
{getClassPrice(dataToken)}" style="color: #FD2D96;">${getPrice(dataToken)}</p>
<p class="text-truncate text-start" style="font-size:
12px;"><b>Seller</b> &emsp; &emsp;&emsp;&emsp;&emsp;: ujangBedel
<br>
<b>Collection</b> &emsp;&emsp;&emsp;: ${dataToken ?
getCollectionByContract(contract_id) : ""}</p>
</div>
</div>
</div>
</div>

You might also like