From 36fe2b114f2771ac133eda2e9fbb6114571ed5fe Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Wed, 9 Jul 2025 03:22:05 +0200 Subject: [PATCH] Change BOM import to download To be same as upload --- src/components/BOMActions.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 > - +