From 7d23d43ec1907f63aba35a3469897443f50af9c9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 07:01:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 49c767d..8ddd327 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,9 +89,9 @@ export default function HomePage() { { text: "Schedule Upload", href: "#" }, ], sidebarItems: [ - { icon: "Home" as const, active: true }, - { icon: "Video" as const, active: false }, - { icon: "Settings" as const, active: false }, + { icon: Home as const, active: true }, + { icon: Video as const, active: false }, + { icon: Settings as const, active: false }, ], stats: [ { -- 2.49.1