fix: update auth routes

This commit is contained in:
3raphat
2025-06-24 01:38:53 +07:00
parent a6a520db70
commit f959ba87e2
4 changed files with 51 additions and 17 deletions

View File

@ -23,7 +23,7 @@ export function Header() {
GitHub
</Button>
</Link>
<Link href={session ? "/editor" : "/auth/login"}>
<Link href={session ? "/editor" : "/login"}>
<Button size="sm" className="text-sm ml-4">
Start editing
<ArrowRight className="h-4 w-4" />