Skip to content

Commit c59c22c

Browse files
committed
Standardize property passing for improved consistency in Footer.tsx
1 parent 21a7521 commit c59c22c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/components/Footer.tsx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ const Footer: React.FC<IProps> = () => {
6666
title: t("use-ethereum"),
6767
links: [
6868
{
69-
text: t("find-wallet"),
7069
to: "/wallets/find-wallet/",
70+
text: t("find-wallet"),
7171
},
7272
{
7373
to: `/get-eth/`,
@@ -115,24 +115,24 @@ const Footer: React.FC<IProps> = () => {
115115
text: t("ethereum-wallets"),
116116
},
117117
{
118-
text: t("ethereum-security"),
119118
to: "/security/",
119+
text: t("ethereum-security"),
120120
},
121121
{
122-
text: t("web3"),
123122
to: "/web3/",
123+
text: t("web3"),
124124
},
125125
{
126-
text: t("smart-contracts"),
127126
to: "/smart-contracts/",
127+
text: t("smart-contracts"),
128128
},
129129
{
130-
text: t("energy-consumption"),
131130
to: "/energy-consumption/",
131+
text: t("energy-consumption"),
132132
},
133133
{
134-
text: t("ethereum-roadmap"),
135134
to: "/roadmap/",
135+
text: t("ethereum-roadmap"),
136136
},
137137
{
138138
to: "/eips/",
@@ -151,20 +151,20 @@ const Footer: React.FC<IProps> = () => {
151151
text: t("ethereum-glossary"),
152152
},
153153
{
154-
text: t("ethereum-governance"),
155154
to: "/governance/",
155+
text: t("ethereum-governance"),
156156
},
157157
{
158-
text: t("bridges"),
159158
to: "/bridges/",
159+
text: t("bridges"),
160160
},
161161
{
162-
text: t("zero-knowledge-proofs"),
163162
to: "/zero-knowledge-proofs/",
163+
text: t("zero-knowledge-proofs"),
164164
},
165165
{
166-
text: t("quizzes-title"),
167166
to: "/quizzes/",
167+
text: t("quizzes-title"),
168168
},
169169
],
170170
},

0 commit comments

Comments
 (0)