overall updates
This commit is contained in:
@@ -71,7 +71,7 @@ const HeaderContent = () => {
|
||||
<Stack width="100%" direction="row" justifyContent="space-between" spacing={2} alignItems="center">
|
||||
{/* {!matchesXs && megaMenu} */}
|
||||
<Typography variant="h5" sx={{ ml: 2, color: '#fff', whiteSpace: 'nowrap' }}>
|
||||
{localStorage.getItem('fullname') || ''}
|
||||
{localStorage.getItem('tenantname') || ''}
|
||||
</Typography>
|
||||
{matchesXs && <Box sx={{ width: '100%', ml: 1 }} />}
|
||||
<Stack direction={'row'} spacing={2}>
|
||||
@@ -169,7 +169,7 @@ const HeaderContent = () => {
|
||||
<ListItemIcon sx={{ mr: 1, fontSize: '20px' }}>
|
||||
<TbBoxMultiple1 />
|
||||
</ListItemIcon>
|
||||
<Typography color="textPrimary">Create Order</Typography>
|
||||
<Typography color="textPrimary"> Orders</Typography>
|
||||
</Grid>
|
||||
}
|
||||
/>
|
||||
@@ -178,7 +178,7 @@ const HeaderContent = () => {
|
||||
selected={location.pathname === 'nearle/orders/create'}
|
||||
onClick={() => {
|
||||
// console.log(const location = useLocation();)
|
||||
navigate('nearle/orders/createorders');
|
||||
navigate('nearle/orders/create/grouporders');
|
||||
handleClickAway();
|
||||
}}
|
||||
>
|
||||
@@ -188,7 +188,7 @@ const HeaderContent = () => {
|
||||
<ListItemIcon sx={{ mr: 1, fontSize: '20px' }}>
|
||||
<GrMultiple />
|
||||
</ListItemIcon>
|
||||
<Typography color="textPrimary">Create Group Order</Typography>
|
||||
<Typography color="textPrimary"> Group Orders</Typography>
|
||||
</Grid>
|
||||
}
|
||||
/>
|
||||
@@ -224,7 +224,7 @@ const HeaderContent = () => {
|
||||
<ListItemIcon sx={{ mr: 1, fontSize: '20px' }}>
|
||||
<TbUserEdit />
|
||||
</ListItemIcon>
|
||||
<Typography color="textPrimary">Create Customer</Typography>
|
||||
<Typography color="textPrimary"> Customers</Typography>
|
||||
</Grid>
|
||||
}
|
||||
/>
|
||||
@@ -273,7 +273,7 @@ const HeaderContent = () => {
|
||||
</Popper>
|
||||
</Box>
|
||||
|
||||
<Notification />
|
||||
{/* <Notification /> */}
|
||||
|
||||
{/* <Message /> */}
|
||||
{/* {!matchesXs && <Profile />}
|
||||
|
||||
Reference in New Issue
Block a user