Fix: Fixed colliding react keys in ecosystem search (#619)

* Fixed colliding react keys in ecosystem search. Deleted redundant card.

* Updated url for lorescan
This commit is contained in:
Brendan from DeFi
2024-07-09 16:32:56 -07:00
committed by GitHub
parent 897147c933
commit 3352b903a7
2 changed files with 2 additions and 11 deletions

View File

@@ -97,7 +97,7 @@ export function List() {
</div>
<div className="flex flex-col gap-10 lg:grid lg:grid-cols-4">
{truncatedApps.map((app) => (
<Card {...app} key={app.name} />
<Card {...app} key={app.url} />
))}
</div>
{showEmptyState && (

View File

@@ -194,7 +194,7 @@
"infra"
],
"description": "Upgrade Your Web3 Experience with Lore as your primary explorer for Ethereum, Avalanche (C-Chain), Fantom Opera, Base. Stay ahead of the curve with LoreAI, notifications, and more.",
"url": "https://searchcrypto.com/",
"url": "https://lorescan.com/",
"imageUrl": "/images/partners/lore.png"
},
{
@@ -1944,15 +1944,6 @@
],
"imageUrl": "/images/partners/omni_network.webp"
},
{
"name": "OpenCover",
"url": "https://opencover.com",
"description": "OpenCover makes it easy and affordable to cover your portfolio against onchain risks such as smart contract exploits and oracle failures.",
"tags": [
"infra"
],
"imageUrl": "/images/partners/opencover.webp"
},
{
"name": "Pyth Network",
"url": "https://pyth.network/",