diff --git a/frontend/src/components/sidebar/sidebar.tsx b/frontend/src/components/sidebar/sidebar.tsx index 4045b267..a8c24fc0 100644 --- a/frontend/src/components/sidebar/sidebar.tsx +++ b/frontend/src/components/sidebar/sidebar.tsx @@ -270,7 +270,7 @@ export const Sidebar: FC = () => { if (!isNoSQL(current.Type) && aiModels?.AIModel != null && aiModels.AIModel.length > 0) { routes.unshift({ - title: "Chat", + title: "Houdini", icon: Icons.Chat, path: InternalRoutes.Chat.path, });