feat(lst): added icons to the sidebar
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import {Printer} from "lucide-react";
|
||||
import {Cylinder, Package, Printer, Truck} from "lucide-react";
|
||||
import {
|
||||
SidebarGroup,
|
||||
SidebarGroupContent,
|
||||
@@ -12,22 +12,22 @@ const items = [
|
||||
{
|
||||
title: "Silo Adjustments",
|
||||
url: "#",
|
||||
icon: Printer,
|
||||
icon: Cylinder,
|
||||
},
|
||||
{
|
||||
title: "Bulk orders",
|
||||
url: "#",
|
||||
icon: Printer,
|
||||
icon: Truck,
|
||||
},
|
||||
{
|
||||
title: "Forecast",
|
||||
url: "#",
|
||||
icon: Printer,
|
||||
icon: Truck,
|
||||
},
|
||||
{
|
||||
title: "Ocme cycle counts",
|
||||
url: "#",
|
||||
icon: Printer,
|
||||
icon: Package,
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user