This commit is contained in:
2026-03-17 23:35:37 -05:00
parent b02b764b2f
commit 66d8814d89
10 changed files with 27 additions and 59 deletions

View File

@@ -17,7 +17,7 @@ const links = [
{ to: "/shipping/shipments", label: "Shipments", icon: <ShipmentIcon /> },
{ to: "/projects", label: "Projects", icon: <ProjectsIcon /> },
{ to: "/manufacturing/work-orders", label: "Manufacturing", icon: <ManufacturingIcon /> },
{ to: "/planning/gantt", label: "Gantt", icon: <GanttIcon /> },
{ to: "/planning/workbench", label: "Workbench", icon: <WorkbenchIcon /> },
];
function NavIcon({ children }: { children: ReactNode }) {
@@ -146,7 +146,7 @@ function ShipmentIcon() {
);
}
function GanttIcon() {
function WorkbenchIcon() {
return (
<NavIcon>
<path d="M4 6h5" />