Skip to content

Commit 4583927

Browse files
committed
panda ops icon
1 parent 24e325c commit 4583927

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

public/images/resources/panda.png

27.3 KB
Loading

src/components/Resources/useResources.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ import IconGrowthepie from "@/public/images/resources/growthepie.png"
4141
import IconL2beat from "@/public/images/resources/l2beat.png"
4242
import IconNftgo from "@/public/images/resources/nftgo.png"
4343
import IconNodewatch from "@/public/images/resources/nodewatch.png"
44+
import IconPandaOps from "@/public/images/resources/panda.png"
4445
import IconRatedNetwork from "@/public/images/resources/rated-network.png"
4546
import IconRelayscan from "@/public/images/resources/relayscan.png"
4647
import IconRwa from "@/public/images/resources/rwa.png"
@@ -163,7 +164,7 @@ export const useResources = ({ txCostsMedianUsd }): DashboardSection[] => {
163164
description:
164165
"Live dashboard for Ethereum beacon chain block production by ethPandaOps.",
165166
href: "https://lab.ethpandaops.io/beacon/block-production/live",
166-
imgSrc: IconBeaconchain,
167+
imgSrc: IconPandaOps,
167168
},
168169
{
169170
title: "Txcity.io",

0 commit comments

Comments
 (0)