From 1daadf83e5ca0ca5326570b3f1c07fbfc0c6b431 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 07:03:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8ddd327..768f8ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,6 +38,9 @@ import { Clock, AlertCircle, TrendingUp, + Home, + Video, + Settings, } from "lucide-react"; export default function HomePage() { @@ -89,9 +92,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, active: true }, + { icon: Video, active: false }, + { icon: Settings, active: false }, ], stats: [ { -- 2.49.1