From c1787c98ae6e07886067eeabab144d6ab6b27544 Mon Sep 17 00:00:00 2001 From: zmeyer44 Date: Wed, 18 Oct 2023 15:43:46 -0400 Subject: [PATCH] little fixes --- app/(app)/_layout/Sidebar.tsx | 2 +- app/(app)/app/_sections/FeaturedLists.tsx | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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 (