File tree Expand file tree Collapse file tree
apps/webapp/app/components/navigation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,11 +8,8 @@ import { EnvelopeIcon } from "~/assets/icons/EnvelopeIcon";
88import { QuestionMarkIcon } from "~/assets/icons/QuestionMarkIcon" ;
99import { RadarPulseIcon } from "~/assets/icons/RadarPulseIcon" ;
1010import { StarIcon } from "~/assets/icons/StarIcon" ;
11- import {
12- AgentIcon ,
13- AGENT_ICON_ACCENT_CLASS ,
14- ASK_AGENT_LABEL ,
15- } from "~/components/dashboard-agent/agent-identity" ;
11+ import { ASK_AGENT_LABEL } from "~/components/dashboard-agent/agent-identity" ;
12+ import { AgentMonoLogo } from "~/components/primitives/AgentDotMatrix" ;
1613import { TOGGLE_PANEL_SHORTCUT } from "~/components/dashboard-agent/dashboardAgentLauncher" ;
1714import {
1815 requestDashboardAgent ,
@@ -133,8 +130,7 @@ export function HelpAndFeedback({
133130 { agentAvailable && (
134131 < div className = "flex flex-col gap-1 p-1" >
135132 < SideMenuItemButton
136- icon = { AgentIcon }
137- iconClassName = { AGENT_ICON_ACCENT_CLASS }
133+ icon = { < AgentMonoLogo size = { 18 } decorative /> }
138134 name = { ASK_AGENT_LABEL }
139135 data-action = "ask-agent"
140136 trailing = { < ShortcutKey shortcut = { TOGGLE_PANEL_SHORTCUT } variant = "medium" /> }
You can’t perform that action at this time.
0 commit comments