little fixes

This commit is contained in:
zmeyer44 2023-10-18 15:43:46 -04:00
parent ece0b4b6ac
commit c1787c98ae
2 changed files with 2 additions and 3 deletions

View File

@ -49,7 +49,7 @@ export default function Sidebar() {
const navigation: NavigationElement[] = [ const navigation: NavigationElement[] = [
{ {
href: "", href: "/app",
name: "home", name: "home",
label: "Home", label: "Home",
icon: RiHome6Fill, icon: RiHome6Fill,

View File

@ -50,8 +50,7 @@ export default function FeaturedLists() {
} }
if (bTitleLength) return 1; if (bTitleLength) return 1;
return -1; return -1;
}) });
.slice(0, 6);
return ( return (
<Section> <Section>