diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index 0776b90..0eaf591 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -31,9 +31,9 @@ export default function DashboardPage() { { title: "Followers", values: [150, 200, 250], description: "Your growing community base." } ], logoIcon: LayoutDashboard, - sidebarItems: [{ icon: PenTool, label: "Tools", id: "tools" }, { icon: Image, label: "Gallery", id: "gallery" }, { icon: User, label: "Profile", id: "profile" }, { icon: Settings, label: "Settings", id: "settings" }], + sidebarItems: [{ icon: PenTool, active: false }, { icon: Image, active: false }, { icon: User, active: false }, { icon: Settings, active: false }], imageSrc: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915127.jpg", buttons: [{ text: "View All", href: "/all" }, { text: "New Project", href: "/create" }], - listItems: [{ id: "1", title: "Draft 1", status: "Pending" }, { id: "2", title: "Draft 2", status: "Published" }] + listItems: [{ icon: PenTool, title: "Draft 1", status: "Pending" }, { icon: Image, title: "Draft 2", status: "Published" }] }} />