diff --git a/client/components/docs/DocsLayout.tsx b/client/components/docs/DocsLayout.tsx index d76869de..b19d7a33 100644 --- a/client/components/docs/DocsLayout.tsx +++ b/client/components/docs/DocsLayout.tsx @@ -12,9 +12,9 @@ import { GitBranch, Layers, BookMarked, + ArrowLeft, } from "lucide-react"; import { Input } from "@/components/ui/input"; -import { Button } from "@/components/ui/button"; interface DocNavItem { title: string; @@ -112,278 +112,226 @@ export default function DocsLayout({ const isCurrentPage = (path: string) => location.pathname === path; return ( -