diff --git a/package.json b/package.json index a46bc76..06b3644 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "explorer-dapp", "description": "Itheum Explorer is a DApp for the public to explore and visualize data within the Itheum protocol", - "version": "1.14.1", + "version": "1.14.2", "author": "Itheum", "license": "GPL-3.0-or-later", "dependencies": { diff --git a/src/components/ThreeDCard.tsx b/src/components/ThreeDCard.tsx index f72abd7..418a259 100644 --- a/src/components/ThreeDCard.tsx +++ b/src/components/ThreeDCard.tsx @@ -15,7 +15,7 @@ interface ThreeDCardProps { export function ThreeDCard(props: ThreeDCardProps) { const { chainID, tokenIdentifier, title, nftImgUrl, supply, rating, wantedTokenAmount, offerIndex } = props; return ( - + { {APP_MAPPINGS.filter((app) => SUPPORTED_APPS.includes(app.routeKey)).map((item) => (
- Apps + + Apps +

{item.appName}

{item.desc}