From 5310743d5005744a437a0ecc50210baa851fee91 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 20:00:48 +0000 Subject: [PATCH] Update src/app/seller-dashboard/page.tsx --- src/app/seller-dashboard/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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" }, -- 2.49.1