From 109f5bc47ad37759c288ab437192a8015f2671d7 Mon Sep 17 00:00:00 2001 From: stefano bovio Date: Mon, 3 Apr 2017 09:17:37 +0200 Subject: [PATCH] Changed drawer menu icon (#1671) --- web/client/plugins/DrawerMenu.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/client/plugins/DrawerMenu.jsx b/web/client/plugins/DrawerMenu.jsx index c29aa649a4..914fa25105 100644 --- a/web/client/plugins/DrawerMenu.jsx +++ b/web/client/plugins/DrawerMenu.jsx @@ -56,7 +56,7 @@ const DrawerMenu = React.createClass({ id: "mapstore-drawermenu", items: [], toggleMenu: () => {}, - glyph: "1-stilo", + glyph: "1-layer", buttonStyle: "primary", menuOptions: {}, singleSection: true,