Skip to content

Commit

Permalink
chore: add erc20 select back to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
marthendalnunes committed Nov 30, 2023
1 parent 10fa996 commit 65aaf74
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions apps/www/config/docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,16 @@ export const docsConfig: DocsConfig = {
href: "/docs/components/erc20-total-supply",
items: [],
},
{
title: "ERC20 Select",
href: "/docs/components/erc20-select",
items: [],
},
{
title: "ERC20 Select and Amount",
href: "/docs/components/erc20-select-and-amount",
items: [],
},
],
},
{
Expand Down

0 comments on commit 65aaf74

Please sign in to comment.