Skip to content

Commit 89eece1

Browse files
committed
Uncomment BottomNavbar
1 parent 44fe52d commit 89eece1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default async function RootLayout({
3636
</div>
3737
{session && (
3838
<div className="h-[10%]">
39-
{/* <BottomNavbar /> */}
39+
<BottomNavbar />
4040
</div>
4141
)}
4242
</div>

0 commit comments

Comments
 (0)