Added: FSR logo

This commit is contained in:
Llewellyn Dsouza
2022-02-26 22:47:32 +05:30
parent 134f416beb
commit 28ecd84bb8
2 changed files with 13 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

View File

@@ -63,7 +63,9 @@ import {
setOpenConfigurator
} from 'context';
// import SearchBar from 'components/SearchBar';
import { Box } from '@mui/material';
import { Box, Typography } from '@mui/material';
import FSRServicesLogo from 'assets/images/fsrServicesLogo.png';
const useStyles = makeStyles(() => ({
overlayStyle: {
@@ -196,14 +198,22 @@ function DashboardNavbar({ absolute, light, isMini, children }) {
paddingBottom: '8px',
marginBottom: '5px',
boxShadow: '0px 1px 4px rgb(0 0 0 / 8%)',
width: '100% !important'
width: '100% !important',
background: 'linear-gradient(90deg, #2d373c 1%, #ffffff 100%)'
}}
>
<Toolbar className="custom-header">
{isMini ? null : (
<MDBox display="flex" width="100% !important" max-width="100% !important">
<MDBox sx={{ width: '100%', maxWidth: '100%' }} pr={3}>
Company Name
<img
src={FSRServicesLogo}
alt="FSR services logo"
style={{
height: '2.3em'
}}
/>
<Typography sx={{ color: '#fff' }}>We Know Roofing</Typography>
</MDBox>
<MDBox display="flex" color={light ? 'white' : 'inherit'}>
<IconButton