File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ import type { CodeExample } from "@/lib/interfaces"
7
7
8
8
import { useBentoBox } from "@/components/Homepage/useBentoBox"
9
9
import BlockHeap from "@/components/icons/block-heap.svg"
10
+ import BuildAppsIcon from "@/components/icons/build-apps.svg"
10
11
import EthGlyphIcon from "@/components/icons/eth-glyph.svg"
11
12
import EthTokenIcon from "@/components/icons/eth-token.svg"
12
13
import PickWalletIcon from "@/components/icons/eth-wallet.svg"
13
- import ChooseNetworkIcon from "@/components/icons/network-layers.svg"
14
14
import TryAppsIcon from "@/components/icons/phone-homescreen.svg"
15
15
import RoadmapSign from "@/components/icons/roadmap-sign.svg"
16
16
import Whitepaper from "@/components/icons/whitepaper.svg"
@@ -118,7 +118,7 @@ export const useHome = () => {
118
118
label : t ( "page-index:page-index-cta-build-apps-label" ) ,
119
119
description : t ( "page-index:page-index-cta-build-apps-description" ) ,
120
120
href : "/developers/" ,
121
- Svg : ChooseNetworkIcon ,
121
+ Svg : BuildAppsIcon ,
122
122
className : "text-accent-b hover:text-accent-b-hover" ,
123
123
eventName : "build apps" ,
124
124
} ,
You can’t perform that action at this time.
0 commit comments