From 999b59afb154555b23234fdef21768da29a51597 Mon Sep 17 00:00:00 2001 From: Abit Date: Fri, 26 Aug 2022 15:53:16 +0200 Subject: [PATCH] Add liquidity pools to top menu --- app/components/Layout/MenuDataStructure.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/components/Layout/MenuDataStructure.js b/app/components/Layout/MenuDataStructure.js index 4dfcbe558d..708b383c7c 100644 --- a/app/components/Layout/MenuDataStructure.js +++ b/app/components/Layout/MenuDataStructure.js @@ -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 => ({