From 9f84f5dcc713ce35032f213e6dcbb561dadb7f40 Mon Sep 17 00:00:00 2001 From: sabaimran Date: Sun, 22 Dec 2024 09:18:05 -0800 Subject: [PATCH] Give more breathing space to the sidebar footer --- src/interface/web/app/components/appSidebar/appSidebar.tsx | 2 +- src/interface/web/app/layout.tsx | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/interface/web/app/components/appSidebar/appSidebar.tsx b/src/interface/web/app/components/appSidebar/appSidebar.tsx index 811eb799..45aba3cf 100644 --- a/src/interface/web/app/components/appSidebar/appSidebar.tsx +++ b/src/interface/web/app/components/appSidebar/appSidebar.tsx @@ -68,7 +68,7 @@ export function AppSidebar(props: AppSidebarProps) { useSidebar(); return ( - + diff --git a/src/interface/web/app/layout.tsx b/src/interface/web/app/layout.tsx index 8fb49fc1..3d2cd4f7 100644 --- a/src/interface/web/app/layout.tsx +++ b/src/interface/web/app/layout.tsx @@ -3,9 +3,6 @@ import { noto_sans, noto_sans_arabic } from "@/app/fonts"; import "./globals.css"; import { ContentSecurityPolicy } from "./common/layoutHelper"; -import { SidebarProvider, SidebarTrigger } from "@/components/ui/sidebar"; -import { AppSidebar } from "@/app/components/appSidebar/appSidebar"; - export const metadata: Metadata = { title: "Khoj AI - Ask Anything", description: