Implementing playhead scrubbing over timeline

This commit is contained in:
SamSyntax
2025-06-23 21:13:18 +02:00
parent a6a520db70
commit 59ca411c53
4 changed files with 24 additions and 4 deletions

View File

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