Skip to content

Commit

Permalink
feat(frontend): fix houdini name sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
hkdeman committed Aug 19, 2024
1 parent 3a77a0c commit 0730b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/sidebar/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});
Expand Down

0 comments on commit 0730b7f

Please sign in to comment.