diff --git a/src/app/page.tsx b/src/app/page.tsx index 40dd2a7..db805af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { { text: "Export Data", href: "#" } ], sidebarItems: [ - { icon: Home, active: true }, + { icon: Activity, active: true }, { icon: BarChart3 }, { icon: Settings } ],