Skip to content

Commit f0e532a

Browse files
committed
chore: sidebar trigger pointer
1 parent 33db08a commit f0e532a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default function Layout() {
88
<AppSidebar />
99
<main className="flex-1 flex flex-col px-2 py-2">
1010
<div>
11-
<SidebarTrigger />
11+
<SidebarTrigger className="cursor-pointer" />
1212
</div>
1313
<div className="flex flex-col py-2">
1414
<Outlet />

0 commit comments

Comments
 (0)