diff --git a/resources/js/modules/editor/partials/editor-controls.jsx b/resources/js/modules/editor/partials/editor-controls.jsx index f79bd85..ed1dd14 100644 --- a/resources/js/modules/editor/partials/editor-controls.jsx +++ b/resources/js/modules/editor/partials/editor-controls.jsx @@ -4,7 +4,7 @@ import { Button } from '@/components/ui/button'; import { cn } from '@/lib/utils'; import { useMitt } from '@/plugins/MittContext'; import useVideoEditorStore from '@/stores/VideoEditorStore'; -import { Download, Edit3, GraduationCap, Play, Share2, Square } from 'lucide-react'; +import { Download, GraduationCap, Play, Square, SquarePen } from 'lucide-react'; const EditorControls = ({ className = '', onEditClick = () => {}, isEditActive = false }) => { const { videoIsPlaying } = useVideoEditorStore(); @@ -51,15 +51,19 @@ const EditorControls = ({ className = '', onEditClick = () => {}, isEditActive = className="h-12 w-12 rounded-full border shadow-sm" onClick={onEditClick} > - + - */} + +