diff --git a/components/previews/TextPreview.tsx b/components/previews/TextPreview.tsx index fbaef5d..c3e4b46 100644 --- a/components/previews/TextPreview.tsx +++ b/components/previews/TextPreview.tsx @@ -22,9 +22,14 @@ const TextPreview = ({ file }) => { if (validating) { return ( - - - + <> + + + + + + + ) }