fix: redirect new tab

This commit is contained in:
Maze Winther 2025-07-25 16:57:20 +02:00
parent 5946b84b4b
commit 411fcaccf1
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ export function EditorHeader() {
// TODO: Implement export functionality
// NOTE: This is already being worked on
console.log("Export project");
document.location.href = `https://youtube.com/watch?v=dQw4w9WgXcQ`;
window.open('https://youtube.com/watch?v=dQw4w9WgXcQ', '_blank');
};
const handleNameClick = () => {