From e6186d7835104a08f081fdbbdb7faca7ad4cebe6 Mon Sep 17 00:00:00 2001 From: Llewellyn D'souza Date: Wed, 16 Feb 2022 13:13:31 +0530 Subject: [PATCH] Removed: Footer and search bar --- src/components/DashboardNavbar/index.js | 4 ++-- src/pages/dashboard/index.js | 2 -- src/pages/homepage/index.js | 2 -- src/pages/inventory/index.js | 2 -- src/pages/labeling/index.js | 2 -- src/pages/labellingHome/index.js | 2 -- src/pages/setup/index.js | 2 -- src/pages/setupInventory/index.js | 9 ++++++--- src/pages/useraccess/index.js | 2 -- src/pages/warehouse/index.js | 2 -- 10 files changed, 8 insertions(+), 21 deletions(-) diff --git a/src/components/DashboardNavbar/index.js b/src/components/DashboardNavbar/index.js index 6f5d9cc..f009da4 100644 --- a/src/components/DashboardNavbar/index.js +++ b/src/components/DashboardNavbar/index.js @@ -57,7 +57,7 @@ import { setMiniSidenav, setOpenConfigurator } from 'context'; -import SearchBar from 'components/SearchBar'; +// import SearchBar from 'components/SearchBar'; import { Box } from '@mui/material'; function DashboardNavbar({ absolute, light, isMini, children }) { @@ -150,7 +150,7 @@ function DashboardNavbar({ absolute, light, isMini, children }) { {isMini ? null : ( - + Company Name Hello Dashboard -