Skip to content

Commit 7012236

Browse files
ivicacclaude
andcommitted
2311 client - Change Chat nav icon to MessagesSquareIcon
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0dcf438 commit 7012236

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/src/App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import {
2323
LayoutTemplateIcon,
2424
Link2Icon,
2525
LucideIcon,
26-
MessageSquareIcon,
26+
MessagesSquareIcon,
2727
ServerIcon,
2828
Settings2Icon,
2929
SquareIcon,
@@ -83,7 +83,7 @@ const automationNavigation: NavigationType[] = [
8383
icon: VectorSquareIcon,
8484
name: 'Knowledge Base',
8585
},
86-
{href: '/automation/chat', icon: MessageSquareIcon, name: 'Chat'},
86+
{href: '/automation/chat', icon: MessagesSquareIcon, name: 'Chat'},
8787
{href: '/automation/approval-tasks', icon: CircleIcon, name: 'Approval Tasks'},
8888
];
8989

0 commit comments

Comments
 (0)