diff --git a/app/layout.tsx b/app/layout.tsx index 71b5117..618a281 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -51,14 +51,10 @@ export default function RootLayout({ children }: RootLayoutProps) { > -
- -
- -
- {children} -
-
+
+ + +
{children}
diff --git a/components/sidebar.tsx b/components/sidebar.tsx index ef19b93..1d39bcf 100644 --- a/components/sidebar.tsx +++ b/components/sidebar.tsx @@ -7,12 +7,12 @@ import { ToolGroups } from "./sidebar/tool-groups"; export function Sidebar() { return ( -