diff --git a/apps/x/apps/renderer/src/components/chat-input-with-mentions.tsx b/apps/x/apps/renderer/src/components/chat-input-with-mentions.tsx
index 979df9b5..ec98aa88 100644
--- a/apps/x/apps/renderer/src/components/chat-input-with-mentions.tsx
+++ b/apps/x/apps/renderer/src/components/chat-input-with-mentions.tsx
@@ -945,14 +945,11 @@ function ChatInputInner({
)}
>
-
- Search
-
+ {searchEnabled && collapseLevel < 2 && (
+
+ Search
+
+ )}
)}