Skip to content

Commit 91ea5a8

Browse files
authored
Merge pull request #7136 from ethereum/updateNav
Add find-wallets to Use Ethereum navigation dropdown
2 parents 093fc69 + a2ace45 commit 91ea5a8

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

src/components/Footer.tsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ const Footer: React.FC<IProps> = () => {
143143
title: "use-ethereum",
144144
links: [
145145
{
146-
to: `/wallets/`,
147-
text: "ethereum-wallets",
146+
text: "find-wallet",
147+
to: "/wallets/find-wallet/",
148148
},
149149
{
150150
to: `/get-eth/`,
@@ -183,6 +183,10 @@ const Footer: React.FC<IProps> = () => {
183183
to: `/eth/`,
184184
text: "what-is-ether",
185185
},
186+
{
187+
to: `/wallets/`,
188+
text: "ethereum-wallets",
189+
},
186190
{
187191
to: `/learn/`,
188192
text: "guides-and-resources",

src/components/Nav/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ const Nav: React.FC<IProps> = ({ handleThemeChange, isDarkTheme, path }) => {
150150
ariaLabel: "use-ethereum-menu",
151151
items: [
152152
{
153-
text: "ethereum-wallets",
154-
to: "/wallets/",
153+
text: "find-wallet",
154+
to: "/wallets/find-wallet/",
155155
},
156156
{
157157
text: "get-eth",

0 commit comments

Comments
 (0)