Remove toggler

This commit is contained in:
Anthony Laibe 2018-10-19 10:15:35 +01:00 committed by Pascal Precht
parent f9dd202713
commit cf460da277
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
1 changed files with 1 additions and 4 deletions

View File

@ -15,7 +15,6 @@ import {
AppSidebarHeader,
AppSidebarMinimizer,
AppSidebarNav,
AppSidebarToggler,
AppNavbarBrand,
AppHeaderDropdown
} from '@coreui/react';
@ -71,12 +70,10 @@ const Layout = ({children, logout, location, toggleTheme, currentTheme}) => {
return (
<div className="app animated fadeIn">
<AppHeader fixed>
<AppSidebarToggler className="d-lg-none" display="md" mobile />
<AppNavbarBrand
<AppNavbarBrand className="mx-3"
full={{ src: logo, width: 50, height: 50, alt: 'Embark Logo' }}
minimized={{ src: logo, width: 30, height: 30, alt: 'Embark Logo' }}
/>
{sidebar && <AppSidebarToggler className="d-md-down-none" display="lg" />}
<Nav className="d-md-down-none" navbar>
{HEADER_NAV_ITEMS.map((item) => {
return (