From 5946b84b4bf88beec71d7b657ea34bbc15d3047a Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Fri, 25 Jul 2025 16:53:04 +0200 Subject: [PATCH] feat: export redirect --- apps/web/src/components/editor-header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/editor-header.tsx b/apps/web/src/components/editor-header.tsx index b643abe7..b07780a5 100644 --- a/apps/web/src/components/editor-header.tsx +++ b/apps/web/src/components/editor-header.tsx @@ -23,7 +23,7 @@ export function EditorHeader() { // TODO: Implement export functionality // NOTE: This is already being worked on console.log("Export project"); - toast.warning("Export project is being worked on."); + document.location.href = `https://youtube.com/watch?v=dQw4w9WgXcQ`; }; const handleNameClick = () => {