diff --git a/src/components/CCIP/Landing/NetworkGrid.tsx b/src/components/CCIP/Landing/NetworkGrid.tsx index b7bf64a85d7..a2b4ff18be5 100644 --- a/src/components/CCIP/Landing/NetworkGrid.tsx +++ b/src/components/CCIP/Landing/NetworkGrid.tsx @@ -1,6 +1,5 @@ import Card from "../Cards/Card.tsx" import Grid from "./Grid.tsx" -import { getNetworkIconUrl } from "~/config/data/ccip/data.ts" interface NetworkGridProps { networks: { name: string @@ -25,7 +24,7 @@ function NetworkGrid({ networks, environment }: NetworkGridProps) { return ( } + logo={} title={chain.name} subtitle={subtitle} link={`/ccip/directory/${environment}/chain/${chain.chain}`}