fix: redirect new tab
This commit is contained in:
parent
5946b84b4b
commit
411fcaccf1
|
|
@ -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 = () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue