little fixes
This commit is contained in:
parent
ece0b4b6ac
commit
c1787c98ae
@ -49,7 +49,7 @@ export default function Sidebar() {
|
||||
|
||||
const navigation: NavigationElement[] = [
|
||||
{
|
||||
href: "",
|
||||
href: "/app",
|
||||
name: "home",
|
||||
label: "Home",
|
||||
icon: RiHome6Fill,
|
||||
|
@ -50,8 +50,7 @@ export default function FeaturedLists() {
|
||||
}
|
||||
if (bTitleLength) return 1;
|
||||
return -1;
|
||||
})
|
||||
.slice(0, 6);
|
||||
});
|
||||
|
||||
return (
|
||||
<Section>
|
||||
|
Loading…
x
Reference in New Issue
Block a user