File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -103,14 +103,6 @@ export const useHome = () => {
103
103
className : "text-accent-a hover:text-accent-a-hover" ,
104
104
eventName : "get eth" ,
105
105
} ,
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
- } ,
114
106
{
115
107
label : t ( "page-index:page-index-cta-dapps-label" ) ,
116
108
description : t ( "page-index:page-index-cta-dapps-description" ) ,
@@ -122,6 +114,14 @@ export const useHome = () => {
122
114
) ,
123
115
eventName : "dapps" ,
124
116
} ,
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
+ } ,
125
125
]
126
126
127
127
const popularTopics = [
You can’t perform that action at this time.
0 commit comments