Skip to content

Commit 847071f

Browse files
committed
Merge branch 'feat/dashboard-agent-ui' into feat/dashboard-agent-flows-watch
2 parents 94be10b + 2040374 commit 847071f

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

apps/webapp/app/components/navigation/HelpAndFeedbackPopover.tsx

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,8 @@ import { EnvelopeIcon } from "~/assets/icons/EnvelopeIcon";
88
import { QuestionMarkIcon } from "~/assets/icons/QuestionMarkIcon";
99
import { RadarPulseIcon } from "~/assets/icons/RadarPulseIcon";
1010
import { 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";
1613
import { TOGGLE_PANEL_SHORTCUT } from "~/components/dashboard-agent/dashboardAgentLauncher";
1714
import {
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" />}

0 commit comments

Comments
 (0)