Skip to content

Commit d912894

Browse files
committed
Different icon for mode switch
1 parent 559eb65 commit d912894

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webview-ui/src/components/chat/ChatRow.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ import {
5757
MessageCircleQuestionMark,
5858
SquareArrowOutUpRight,
5959
FileCode2,
60+
PocketKnife,
6061
} from "lucide-react"
6162
import { cn } from "@/lib/utils"
6263

@@ -750,7 +751,7 @@ export const ChatRowContent = ({
750751
return (
751752
<>
752753
<div style={headerStyle}>
753-
{toolIcon("symbol-enum")}
754+
<PocketKnife className="w-4" />
754755
<span style={{ fontWeight: "bold" }}>
755756
{message.type === "ask" ? (
756757
<>

0 commit comments

Comments
 (0)