Skip to content

Commit d4f4aab

Browse files
committed
.
1 parent cc30472 commit d4f4aab

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

components/app-sidebar.tsx

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,17 @@ function PageSidebarProvider() {
5454
)
5555
return (
5656
<NavigatorContext.Provider value={contextValue}>
57-
57+
{/* <SidebarMenu className="mb-12 px-8 text-xs overflow-y-scroll no-scrollbar">
58+
<span className="font-bold p-2 select-none text-foreground/50">
59+
This Page
60+
</span>
61+
{content.map((item) => (
62+
<Link key={item.text} href={"#" + item.id} className="p-2 rounded-sm hover:bg-o-blue/3 select-none">
63+
{item.text}
64+
</Link>
65+
))}
66+
67+
</SidebarMenu> */}
5868
</NavigatorContext.Provider>
5969
)
6070
}

0 commit comments

Comments
 (0)