Skip to content

Commit

Permalink
style(nav): remove icons from submenu items
Browse files Browse the repository at this point in the history
  • Loading branch information
strahe committed Jan 31, 2025
1 parent 4dbd852 commit 3573949
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions ui/src/layouts/sidebar/sidebarItems.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,18 +107,15 @@ const sidebarItems: menuItem[] = [
children: [
{
title: 'Balances',
to: { name: "MarketBalances" },
icon: IconPointFilled,
to: { name: "MarketBalances" }
},
{
title: 'Storage Asks',
to: { name: "StorageAsks" },
icon: IconPointFilled,
to: { name: "StorageAsks" }
},
{
title: 'Price Filter',
to: { name: "PriceFilter" },
icon: IconFilterPin,
to: { name: "PriceFilter" }
},
]
},
Expand Down

0 comments on commit 3573949

Please sign in to comment.