fix(settings): update chat channel icons to Play/Square and SendHorizontal

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
xintaofei
2026-04-07 12:58:12 +08:00
parent 94946bbe0c
commit 0401319281
2 changed files with 6 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ import {
GitBranch,
Globe,
Keyboard,
BotMessageSquare,
SendHorizontal,
Palette,
PlugZap,
Server,
@@ -82,7 +82,7 @@ const SETTINGS_NAV_ITEMS: SettingsNavItem[] = [
{
href: "/settings/chat-channels",
labelKey: "chat_channels",
icon: BotMessageSquare,
icon: SendHorizontal,
},
{
href: "/settings/web-service",