From 74c78d7beb9e94ae74a330fe0d05f295d45e9c08 Mon Sep 17 00:00:00 2001 From: Romain CREY <ext.sopra.rcrey@grandlyon.com> Date: Wed, 29 Jul 2020 10:04:53 +0200 Subject: [PATCH] Update Navbar.tsx --- src/components/ContentComponents/Navbar/Navbar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ContentComponents/Navbar/Navbar.tsx b/src/components/ContentComponents/Navbar/Navbar.tsx index 00e0ae9ec..b745c3dc0 100644 --- a/src/components/ContentComponents/Navbar/Navbar.tsx +++ b/src/components/ContentComponents/Navbar/Navbar.tsx @@ -12,8 +12,8 @@ import ConsoIconOn from 'assets/icons/tabbar/conso/on.svg' import ParameterIconOn from 'assets/icons/tabbar/parametre/on.svg' import EcogestesIconOn from 'assets/icons/tabbar/ecogeste/on.svg' import EcogestesIconOff from 'assets/icons/tabbar/ecogeste/off.svg' -import ProfileIconOn from 'assets/icons/tabbar/profile/on.svg' -import ProfileIconOff from 'assets/icons/tabbar/profile/off.svg' +// import ProfileIconOn from 'assets/icons/tabbar/profile/on.svg' +// import ProfileIconOff from 'assets/icons/tabbar/profile/off.svg' import logoGrandLyon from 'assets/icons/tabbar/grand-lyon.svg' interface NavbarProps { -- GitLab