diff --git a/src/components/image-converter.tsx b/src/components/image-converter.tsx index 0dba146..05fd900 100644 --- a/src/components/image-converter.tsx +++ b/src/components/image-converter.tsx @@ -20,7 +20,7 @@ import { SelectValue, } from "@/components/ui/select"; import { ScrollArea } from "@/components/ui/scroll-area"; -import { Upload, Download, Image as ImageIcon, X, Trash2 } from "lucide-react"; +import { Upload, Download, X, Trash2 } from "lucide-react"; import { toast } from "sonner"; import { cn } from "@/lib/utils"; @@ -242,13 +242,25 @@ export function ImageConverter() {
Click to upload or drag and drop
+Select files from your computer