diff --git a/app/(app)/_layout/Sidebar.tsx b/app/(app)/_layout/Sidebar.tsx index d09c499..6c010e2 100644 --- a/app/(app)/_layout/Sidebar.tsx +++ b/app/(app)/_layout/Sidebar.tsx @@ -49,7 +49,7 @@ export default function Sidebar() { const navigation: NavigationElement[] = [ { - href: "", + href: "/app", name: "home", label: "Home", icon: RiHome6Fill, diff --git a/app/(app)/app/_sections/FeaturedLists.tsx b/app/(app)/app/_sections/FeaturedLists.tsx index ea784d2..cdaa5de 100644 --- a/app/(app)/app/_sections/FeaturedLists.tsx +++ b/app/(app)/app/_sections/FeaturedLists.tsx @@ -50,8 +50,7 @@ export default function FeaturedLists() { } if (bTitleLength) return 1; return -1; - }) - .slice(0, 6); + }); return (