fix: update header link from Editor to Projects for better navigation

This commit is contained in:
Maze Winther
2025-07-09 20:56:19 +02:00
parent 51894544b2
commit dd35c91f39

View File

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