feat: merge services sidebar into panel, remove services sidebar, and add breadcrumbs
This commit is contained in:
parent
60ec70f9ac
commit
48ab7aadd2
@ -7,14 +7,10 @@ export function Header() {
|
||||
return (
|
||||
<header className="flex items-center justify-between border-b border-surface-border px-8 py-4 sticky top-0 bg-background/80 backdrop-blur-md z-10">
|
||||
<div className="flex items-center gap-6">
|
||||
{/* Search */}
|
||||
<div className="relative w-64">
|
||||
<Search className="absolute left-3 top-1/2 -translate-y-1/2 text-text-subtle" size={20} />
|
||||
<input
|
||||
className="w-full pl-10 pr-4 py-2 bg-background-muted border-none rounded-lg text-sm focus:ring-1 focus:ring-primary/30 placeholder:text-text-subtle"
|
||||
placeholder="Search resources..."
|
||||
type="text"
|
||||
/>
|
||||
<div className="flex items-center gap-4 text-sm font-medium">
|
||||
<Link href="/" className="text-text-muted hover:text-primary transition-colors">Home</Link>
|
||||
<span className="text-text-subtle">/</span>
|
||||
<span className="text-text">Services</span>
|
||||
</div>
|
||||
</div>
|
||||
<div className="flex items-center gap-6">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user