feat: update link text in SequencerPage header from "Home" to "Dashboard"

This commit is contained in:
JSC
2025-09-03 16:39:22 +02:00
parent df60b5ce93
commit 2ec58ea268

View File

@@ -287,7 +287,7 @@ export function SequencerPage() {
<div className="h-screen w-screen flex flex-col overflow-hidden"> <div className="h-screen w-screen flex flex-col overflow-hidden">
{/* Simple Header */} {/* Simple Header */}
<div className="h-12 bg-background border-b flex items-center px-4 flex-shrink-0"> <div className="h-12 bg-background border-b flex items-center px-4 flex-shrink-0">
<a href="/" className="text-sm text-muted-foreground hover:text-foreground">Home</a> <a href="/" className="text-sm text-muted-foreground hover:text-foreground">Dashboard</a>
<span className="mx-2 text-muted-foreground">/</span> <span className="mx-2 text-muted-foreground">/</span>
<span className="text-sm font-medium">Sequencer</span> <span className="text-sm font-medium">Sequencer</span>
</div> </div>