From 02b5e758ed72ad121c213ba2a144afd686f66578 Mon Sep 17 00:00:00 2001
From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com>
Date: Sat, 13 Jun 2026 18:44:06 +0530
Subject: [PATCH] refactor(search-space-settings, model-selector): replace
CircleUser icon with Settings in search space settings and comment out
max_input_tokens display in model selector
---
.../[search_space_id]/search-space-settings/layout-shell.tsx | 4 ++--
surfsense_web/components/new-chat/model-selector.tsx | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/surfsense_web/app/dashboard/[search_space_id]/search-space-settings/layout-shell.tsx b/surfsense_web/app/dashboard/[search_space_id]/search-space-settings/layout-shell.tsx
index d30ea8a3a..4ed3a8665 100644
--- a/surfsense_web/app/dashboard/[search_space_id]/search-space-settings/layout-shell.tsx
+++ b/surfsense_web/app/dashboard/[search_space_id]/search-space-settings/layout-shell.tsx
@@ -2,9 +2,9 @@
import {
BookText,
- CircleUser,
Cpu,
Earth,
+ Settings,
UserKey,
} from "lucide-react";
import Link from "next/link";
@@ -49,7 +49,7 @@ export function SearchSpaceSettingsLayoutShell({
{
value: "general" as const,
label: t("nav_general"),
- icon: