mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-04-26 19:58:14 +00:00
fix: change icon to lightbulb
This commit is contained in:
parent
cc7247d02a
commit
97ce9952a1
@ -8,7 +8,7 @@ import {
|
||||
Headphones,
|
||||
ChevronDown,
|
||||
ChevronRight,
|
||||
Brain,
|
||||
Lightbulb,
|
||||
} from "lucide-react";
|
||||
import React, { useCallback, useMemo, useRef, useState } from "react";
|
||||
|
||||
@ -347,7 +347,7 @@ function ThoughtBlock({
|
||||
)}
|
||||
>
|
||||
<div className="flex w-full items-center gap-3">
|
||||
<Brain
|
||||
<Lightbulb
|
||||
size={18}
|
||||
className={cn(
|
||||
"shrink-0 transition-colors duration-200",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user