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[] = [
{
href: "",
href: "/app",
name: "home",
label: "Home",
icon: RiHome6Fill,

View File

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