Skip to content

Commit

Permalink
Merge pull request #3539 from bitshares/add-lp-to-top-menu
Browse files Browse the repository at this point in the history
Add liquidity pools to top menu
  • Loading branch information
sschiessl-bcp committed Aug 26, 2022
2 parents 16ca0c0 + 999b59a commit 0f7aa1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/components/Layout/MenuDataStructure.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ class MenuDataStructure {
target: "/pools",
icon: {name: "poolmart", title: "icons.poolmart.title"},
text: "header.poolmart",
inHeaderBehavior: MenuItemType.Always,
inDropdownBehavior: MenuItemType.Always
}),
lending: state => ({
Expand Down

0 comments on commit 0f7aa1f

Please sign in to comment.