diff --git a/frontend/.gitignore b/frontend/.gitignore index b1d1588..c466d90 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -8,6 +8,9 @@ dist dist-ssr *.local +# Vite cache +.vite + # Logs logs *.log diff --git a/frontend/src/components/ui/FileDropzone.tsx b/frontend/src/components/ui/FileDropzone.tsx index 285fd0a..26fee91 100644 --- a/frontend/src/components/ui/FileDropzone.tsx +++ b/frontend/src/components/ui/FileDropzone.tsx @@ -122,7 +122,7 @@ export function FileDropzone({ > {isDragging ? 'Drop your file here' : 'Drag and drop your Excel file'}

-

or click to browse • XLSX, XLS supported

+

or click to browse • XLSX supported

{isDragging && (