diff --git a/app/layout.tsx b/app/layout.tsx index ba2b3ec..5cf1adb 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -50,7 +50,7 @@ export default function RootLayout({ }> -
+
{children} diff --git a/components/Sidebar.tsx b/components/Sidebar.tsx index 5cedbc0..c7f1d0c 100644 --- a/components/Sidebar.tsx +++ b/components/Sidebar.tsx @@ -86,6 +86,19 @@ export const Sidebar = () => {
Sessions
+
+ +
{sessions.length > 0 && (
{sessions.map(([item]) => ( @@ -112,21 +125,6 @@ export const Sidebar = () => { ))}
)} -
- -