diff --git a/src/components/BOMActions.tsx b/src/components/BOMActions.tsx index ee73fae..d271da5 100644 --- a/src/components/BOMActions.tsx +++ b/src/components/BOMActions.tsx @@ -1,6 +1,6 @@ import { Button } from '@/components/ui/button'; -import { Import, Upload, Check } from 'lucide-react'; +import { Download, Upload, Check } from 'lucide-react'; import { IndJob } from '@/lib/types'; import { useToast } from '@/hooks/use-toast'; import { useClipboard } from '@/hooks/useClipboard'; @@ -95,7 +95,7 @@ const BOMActions: React.FC = ({ job, onImportBOM }) => { title="Import BOM from clipboard" data-no-navigate > - +