Update
This commit is contained in:
@@ -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, GraduationCap, Play, Square, SquarePen } from 'lucide-react';
|
||||
import { Download, Play, Square, SquarePen } from 'lucide-react';
|
||||
|
||||
const EditorControls = ({ className = '', onEditClick = () => {}, isEditActive = false }) => {
|
||||
const { videoIsPlaying } = useVideoEditorStore();
|
||||
@@ -66,13 +66,13 @@ const EditorControls = ({ className = '', onEditClick = () => {}, isEditActive =
|
||||
<Share2 className="h-8 w-8" />
|
||||
</Button> */}
|
||||
|
||||
<Button onClick={handleAIButton} variant="outline" size="icon" className="font-display h-12 w-12 rounded-full border font-bold shadow-sm">
|
||||
{/* <Button onClick={handleAIButton} variant="outline" size="icon" className="font-display h-12 w-12 rounded-full border font-bold shadow-sm">
|
||||
AI
|
||||
</Button>
|
||||
</Button> */}
|
||||
|
||||
<Button variant="outline" size="icon" className="h-12 w-12 rounded-full border shadow-sm">
|
||||
{/* <Button variant="outline" size="icon" className="h-12 w-12 rounded-full border shadow-sm">
|
||||
<GraduationCap className="h-8 w-8" />
|
||||
</Button>
|
||||
</Button> */}
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user