fixed the import and side navigator icon
This commit is contained in:
parent
411ff5b14c
commit
2e3458cc22
2 changed files with 3 additions and 17 deletions
|
|
@ -42,6 +42,7 @@ import ObjectHeaterIcon from "products/Construction/ObjectHeaterIcon";
|
|||
import TasksIcon from "products/Construction/TasksIcon";
|
||||
import CableIcon from "products/Bindapt/CableIcon";
|
||||
import FieldListIcon from "products/AgIcons/FieldList";
|
||||
import MarketplaceIcon from "products/CommonIcons/marketplaceIcon";
|
||||
|
||||
const drawerWidth = 230;
|
||||
|
||||
|
|
@ -373,7 +374,7 @@ export default function SideNavigator(props: Props) {
|
|||
classes={getClasses("/marketplace")}
|
||||
>
|
||||
<ListItemIcon>
|
||||
<Code />
|
||||
<MarketplaceIcon />
|
||||
</ListItemIcon>
|
||||
{open && <ListItemText primary="Marketplace" />}
|
||||
</ListItemButton>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue