Added: FSR logo
This commit is contained in:
BIN
src/assets/images/fsrServicesLogo.png
Normal file
BIN
src/assets/images/fsrServicesLogo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user