Skip to content

Commit 67b0acd

Browse files
updated navbar
1 parent 87b4964 commit 67b0acd

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

src/components/CustomSidebar.module.css

Whitespace-only changes.

src/components/CustomSidebar.tsx

Whitespace-only changes.

src/theme/NavbarItem.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import React from "react";
2+
import OriginalNavbarItem from "@theme-original/NavbarItem";
3+
4+
// This wrapper ensures a valid default export for NavbarItem
5+
export default function NavbarItem(props: any) {
6+
return <OriginalNavbarItem {...props} />;
7+
}

0 commit comments

Comments
 (0)