fixed the import and side navigator icon

This commit is contained in:
csawatzky 2025-04-11 12:27:12 -06:00
parent 411ff5b14c
commit 2e3458cc22
2 changed files with 3 additions and 17 deletions

View file

@ -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>