mirror of
https://github.com/placeholder-soft/web.git
synced 2026-04-29 03:15:28 +08:00
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:
committed by
GitHub
parent
897147c933
commit
3352b903a7
@@ -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 && (
|
||||
|
||||
@@ -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/",
|
||||
|
||||
Reference in New Issue
Block a user