Merge branch 'main' into fix/project-title-styling

This commit is contained in:
Kha Nguyen 2025-07-25 10:04:00 -05:00 committed by GitHub
commit c73df818d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@ import {
BreadcrumbList,
BreadcrumbSeparator,
} from "./ui/breadcrumb";
import { toast } from "sonner";
export function EditorHeader() {
const { getTotalDuration } = useTimelineStore();
@ -29,6 +30,7 @@ export function EditorHeader() {
// TODO: Implement export functionality
// NOTE: This is already being worked on
console.log("Export project");
window.open('https://youtube.com/watch?v=dQw4w9WgXcQ', '_blank');
};
const handleNameEdit = () => {