File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,10 @@ const Footer: React.FC<IProps> = () => {
117
117
to : `/wallets/` ,
118
118
text : t ( "ethereum-wallets" ) ,
119
119
} ,
120
+ {
121
+ to : "/gas/" ,
122
+ text : "Gas fees" ,
123
+ } ,
120
124
{
121
125
to : "/security/" ,
122
126
text : t ( "ethereum-security" ) ,
Original file line number Diff line number Diff line change @@ -108,6 +108,10 @@ export const useNav = ({ path }: { path: string }) => {
108
108
text : t ( "ethereum-wallets" ) ,
109
109
to : "/wallets/" ,
110
110
} ,
111
+ {
112
+ text : "Gas fees" ,
113
+ to : "/gas/" ,
114
+ } ,
111
115
{
112
116
text : t ( "ethereum-security" ) ,
113
117
to : "/security/" ,
@@ -120,6 +124,7 @@ export const useNav = ({ path }: { path: string }) => {
120
124
text : t ( "smart-contracts" ) ,
121
125
to : "/smart-contracts/" ,
122
126
} ,
127
+
123
128
{
124
129
text : t ( "quizzes-title" ) ,
125
130
to : "/quizzes/" ,
You can’t perform that action at this time.
0 commit comments