Skip to content

Commit eaff4de

Browse files
committed
new homepage button
1 parent ddedb41 commit eaff4de

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/components/Homepage/useHome.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,6 @@ export const useHome = () => {
103103
className: "text-accent-a hover:text-accent-a-hover",
104104
eventName: "get eth",
105105
},
106-
{
107-
label: t("page-index:page-index-cta-networks-label"),
108-
description: t("page-index:page-index-cta-networks-description"),
109-
href: "/layer-2/", // TODO: Update with new networks page when ready
110-
Svg: ChooseNetworkIcon,
111-
className: "text-accent-b hover:text-accent-b-hover",
112-
eventName: "L2",
113-
},
114106
{
115107
label: t("page-index:page-index-cta-dapps-label"),
116108
description: t("page-index:page-index-cta-dapps-description"),
@@ -122,6 +114,14 @@ export const useHome = () => {
122114
),
123115
eventName: "dapps",
124116
},
117+
{
118+
label: "Build apps",
119+
description: "Put your idea on chain",
120+
href: "/developers/",
121+
Svg: ChooseNetworkIcon,
122+
className: "text-accent-b hover:text-accent-b-hover",
123+
eventName: "build apps",
124+
},
125125
]
126126

127127
const popularTopics = [

0 commit comments

Comments
 (0)