Skip to content

Commit

Permalink
chore: disable osmosis pool nav
Browse files Browse the repository at this point in the history
  • Loading branch information
evilpeach committed May 16, 2023
1 parent dc7b12b commit d857250
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/lib/layout/navbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ const Navbar = observer(({ isExpand, setIsExpand }: NavbarProps) => {
slug: "/proposals",
icon: "proposal",
},
{
name: "Osmosis Pools",
slug: "/pools",
icon: "pool",
},
// {
// name: "Osmosis Pools",
// slug: "/pools",
// icon: "pool",
// },
],
},
{
Expand Down

0 comments on commit d857250

Please sign in to comment.