fix: update editor link in header component to include default editor ID

This commit is contained in:
Maze Winther
2025-06-30 21:44:46 +02:00
parent d0ae75d0b4
commit d50cd0b40d

View File

@ -41,7 +41,7 @@ export function Header() {
</Button>
</Link>
{process.env.NODE_ENV === "development" ? (
<Link href="/editor">
<Link href="/editor/1">
<Button size="sm" className="text-sm ml-4">
Editor
<ArrowRight className="h-4 w-4" />