From cdcfa6bbadf6c4b85b95293fe5151cb4fc6de06b Mon Sep 17 00:00:00 2001
From: "gpt-engineer-app[bot]"
<159125892+gpt-engineer-app[bot]@users.noreply.github.com>
Date: Thu, 16 Oct 2025 19:27:11 +0000
Subject: [PATCH] Remove copy button from images
---
src/components/images/ImageView.tsx | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/src/components/images/ImageView.tsx b/src/components/images/ImageView.tsx
index cc3a989..25113de 100644
--- a/src/components/images/ImageView.tsx
+++ b/src/components/images/ImageView.tsx
@@ -2,7 +2,7 @@ import { useState } from "react";
import { ChatHeader } from "@/components/ChatHeader";
import { Button } from "@/components/ui/button";
import { Textarea } from "@/components/ui/textarea";
-import { Download, Copy, Trash2, Sparkles, Clock, Search } from "lucide-react";
+import { Download, Trash2, Sparkles, Clock, Search } from "lucide-react";
import { ScrollArea } from "@/components/ui/scroll-area";
import { Input } from "@/components/ui/input";
import {
@@ -231,9 +231,6 @@ const ImageCard = ({ image, onDelete }: ImageCardProps) => {
Baixar
-