From f3919d7acb799f90ad2146c797044beadd6aa097 Mon Sep 17 00:00:00 2001 From: angiejones Date: Wed, 30 Jul 2025 23:31:58 -0500 Subject: [PATCH] fix: View extensions link --- ui/desktop/src/components/ChatInput.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/desktop/src/components/ChatInput.tsx b/ui/desktop/src/components/ChatInput.tsx index e97767478f62..3710b9db7957 100644 --- a/ui/desktop/src/components/ChatInput.tsx +++ b/ui/desktop/src/components/ChatInput.tsx @@ -433,7 +433,7 @@ export default function ChatInput({ message: `Too many tools can degrade performance.\nTool count: ${toolCount} (recommend: ${TOOLS_MAX_SUGGESTED})`, action: { text: 'View extensions', - onClick: () => setView('settings'), + onClick: () => setView('extensions'), }, autoShow: false, // Don't auto-show tool count warnings });