@@ -98,6 +98,10 @@ const Footer: React.FC<IProps> = () => {
98
98
{
99
99
title : t ( "learn" ) ,
100
100
links : [
101
+ {
102
+ to : `/learn/` ,
103
+ text : t ( "learn-hub" ) ,
104
+ } ,
101
105
{
102
106
to : `/what-is-ethereum/` ,
103
107
text : t ( "what-is-ethereum" ) ,
@@ -111,24 +115,32 @@ const Footer: React.FC<IProps> = () => {
111
115
text : t ( "ethereum-wallets" ) ,
112
116
} ,
113
117
{
114
- to : `/learn/` ,
115
- text : t ( "learn-hub" ) ,
118
+ text : t ( "ethereum-security" ) ,
119
+ to : "/security/" ,
116
120
} ,
117
121
{
118
- to : "/history/" ,
119
- text : t ( "history-of-ethereum" ) ,
122
+ text : t ( "web3" ) ,
123
+ to : "/web3/" ,
120
124
} ,
121
125
{
122
- to : "/whitepaper/" ,
123
- text : t ( "ethereum-whitepaper" ) ,
126
+ text : t ( "energy-consumption" ) ,
127
+ to : "/energy-consumption/" ,
124
128
} ,
125
129
{
126
130
text : t ( "ethereum-roadmap" ) ,
127
131
to : "/roadmap/" ,
128
132
} ,
129
133
{
130
- text : t ( "ethereum-security" ) ,
131
- to : "/security/" ,
134
+ to : "/eips/" ,
135
+ text : t ( "eips" ) ,
136
+ } ,
137
+ {
138
+ to : "/history/" ,
139
+ text : t ( "history-of-ethereum" ) ,
140
+ } ,
141
+ {
142
+ to : "/whitepaper/" ,
143
+ text : t ( "ethereum-whitepaper" ) ,
132
144
} ,
133
145
{
134
146
to : `/glossary/` ,
@@ -146,18 +158,6 @@ const Footer: React.FC<IProps> = () => {
146
158
text : t ( "zero-knowledge-proofs" ) ,
147
159
to : "/zero-knowledge-proofs/" ,
148
160
} ,
149
- {
150
- text : t ( "energy-consumption" ) ,
151
- to : "/energy-consumption/" ,
152
- } ,
153
- {
154
- text : t ( "web3" ) ,
155
- to : "/web3/" ,
156
- } ,
157
- {
158
- to : "/eips/" ,
159
- text : t ( "eips" ) ,
160
- } ,
161
161
] ,
162
162
} ,
163
163
{
0 commit comments