Merge version_1 into main #5
@@ -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: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user