diff --git a/src/app/seller-dashboard/page.tsx b/src/app/seller-dashboard/page.tsx index c28fbbd..8763653 100644 --- a/src/app/seller-dashboard/page.tsx +++ b/src/app/seller-dashboard/page.tsx @@ -55,13 +55,13 @@ export default function SellerDashboardPage() { { text: "View Analytics", href: "#" } ], sidebarItems: [ - { icon: House, active: true, label: "Overview" }, - { icon: ShoppingCart, label: "Products" }, - { icon: CircleDollarSign, label: "Discounts" }, - { icon: Package, label: "Inventory" }, - { icon: BarChart3, label: "Orders" }, - { icon: Bell, label: "Notifications" }, - { icon: Settings, label: "Settings" } + { icon: House, active: true }, + { icon: ShoppingCart }, + { icon: CircleDollarSign }, + { icon: Package }, + { icon: BarChart3 }, + { icon: Bell }, + { icon: Settings } ], stats: [ { title: "Total Revenue", values: [24580, 38920, 52450], valuePrefix: "$", description: "This month" },