little fixes
This commit is contained in:
parent
ece0b4b6ac
commit
c1787c98ae
@ -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,
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user