diff --git a/resources/js/modules/editor/partials/canvas/video-download/video-download-modal.jsx b/resources/js/modules/editor/partials/canvas/video-download/video-download-modal.jsx index 06e881e..32b1c63 100644 --- a/resources/js/modules/editor/partials/canvas/video-download/video-download-modal.jsx +++ b/resources/js/modules/editor/partials/canvas/video-download/video-download-modal.jsx @@ -2,7 +2,7 @@ import { Button } from '@/components/ui/button'; import { Dialog, DialogContent, DialogDescription, DialogHeader, DialogTitle } from '@/components/ui/dialog'; import { Progress } from '@/components/ui/progress'; import { Textarea } from '@/components/ui/textarea'; -import { CheckCircle, Clock10Icon, Download, Droplets } from 'lucide-react'; +import { Clock10Icon, Download, Droplets } from 'lucide-react'; import { useState } from 'react'; const VideoDownloadModal = ({ @@ -68,7 +68,7 @@ const VideoDownloadModal = ({ {!isExporting && !isComplete && ( -
+
@@ -90,8 +90,8 @@ const VideoDownloadModal = ({
- {nonWatermarkVideosLeft > 0 && ( -
+
+ {nonWatermarkVideosLeft > 0 && ( - -
- )} - {/* -
- - -
*/} + Export + + +
{showDebug &&