@@ -25,7 +25,7 @@ import Thumbnails from "../common/Thumbnails"
2525import ModeSelector from "./ModeSelector"
2626import { MAX_IMAGES_PER_MESSAGE } from "./ChatView"
2727import ContextMenu from "./ContextMenu"
28- import { VolumeX , Pin , Check , Camera , WandSparkles , SendHorizontal } from "lucide-react"
28+ import { VolumeX , Pin , Check , Image , WandSparkles , SendHorizontal } from "lucide-react"
2929import { IndexingStatusBadge } from "./IndexingStatusBadge"
3030import { cn } from "@/lib/utils"
3131import { usePromptHistory } from "./hooks/usePromptHistory"
@@ -1168,7 +1168,7 @@ const ChatTextArea = forwardRef<HTMLTextAreaElement, ChatTextAreaProps>(
11681168 </ div >
11691169 </ div >
11701170
1171- < div className = { cn ( "flex" , "items-center" , "gap-0.5 " , "shrink-0" ) } >
1171+ < div className = { cn ( "flex" , "items-center" , "gap-1 " , "shrink-0" ) } >
11721172 < IndexingStatusBadge />
11731173 < button
11741174 aria-label = { t ( "chat:addImages" ) }
@@ -1187,9 +1187,8 @@ const ChatTextArea = forwardRef<HTMLTextAreaElement, ChatTextAreaProps>(
11871187 ! shouldDisableImages && "cursor-pointer" ,
11881188 shouldDisableImages &&
11891189 "opacity-40 cursor-not-allowed grayscale-[30%] hover:bg-transparent hover:border-[rgba(255,255,255,0.08)] active:bg-transparent" ,
1190- "mr-1" ,
11911190 ) } >
1192- < Camera className = "w-4 h-4" />
1191+ < Image className = "w-4 h-4" />
11931192 </ button >
11941193 </ div >
11951194 </ div >
0 commit comments