diff --git a/frontend/components/knowledge-filter-panel.tsx b/frontend/components/knowledge-filter-panel.tsx index 5f55d360..74040dd6 100644 --- a/frontend/components/knowledge-filter-panel.tsx +++ b/frontend/components/knowledge-filter-panel.tsx @@ -234,7 +234,7 @@ export function KnowledgeFilterPanel() { return (
- +
Knowledge Filter diff --git a/frontend/src/components/layout-wrapper.tsx b/frontend/src/components/layout-wrapper.tsx index 14693d21..fda7c181 100644 --- a/frontend/src/components/layout-wrapper.tsx +++ b/frontend/src/components/layout-wrapper.tsx @@ -60,7 +60,7 @@ export function LayoutWrapper({ children }: { children: React.ReactNode }) { const isOnKnowledgePage = pathname.startsWith("/knowledge"); // List of paths with smaller max-width - const smallWidthPaths = ["/settings", "/settings/connector/new"]; + const smallWidthPaths = ["/settings/connector/new"]; const isSmallWidthPath = smallWidthPaths.includes(pathname); // Calculate active tasks for the bell icon