From 5c59fd4f710b5c881922d5e5e753750414dcae5f Mon Sep 17 00:00:00 2001 From: Tracy Johnson Date: Thu, 21 May 2026 15:24:24 +0000 Subject: [PATCH] fix(site): link agents sidebar Providers to /ai/settings Point the Providers entry in the agents settings sidebar to the new AI settings page and add an ArrowUpRightIcon to indicate navigation outside the agents area. --- .../components/ChatsSidebar/settings/SettingsPanel.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/site/src/pages/AgentsPage/components/ChatsSidebar/settings/SettingsPanel.tsx b/site/src/pages/AgentsPage/components/ChatsSidebar/settings/SettingsPanel.tsx index 3c211b3e42e..95cda7ef114 100644 --- a/site/src/pages/AgentsPage/components/ChatsSidebar/settings/SettingsPanel.tsx +++ b/site/src/pages/AgentsPage/components/ChatsSidebar/settings/SettingsPanel.tsx @@ -1,5 +1,6 @@ import { ArrowLeftIcon, + ArrowUpRightIcon, BotIcon, BoxesIcon, ChevronRightIcon, @@ -158,9 +159,9 @@ export const SettingsPanel: FC = ({