Skip to content

Commit

Permalink
simplify footer
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandratran committed Jul 9, 2024
1 parent 49ea276 commit c608fa5
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,17 +221,9 @@ const config = {
title: "Documentation",
items: [
{
label: "Home",
to: "/",
},
{
label: "MetaMask wallet",
label: "Wallet",
to: "/wallet",
},
{
label: "MetaMask SDK",
to: "/wallet/how-to/use-sdk",
},
{
label: "Snaps",
to: "/snaps",
Expand All @@ -240,6 +232,10 @@ const config = {
label: "Services",
to: "/services",
},
{
label: "Infura dashboard",
to: "/developer-tools/dashboard",
},
],
},
{
Expand Down

0 comments on commit c608fa5

Please sign in to comment.