fix: breadcrumb root

This commit is contained in:
2026-02-24 19:14:58 +01:00
parent a604789285
commit 5f46ba8c74

View File

@@ -21,9 +21,9 @@ export function AppHeader() {
<header className="h-16 border-b border-border bg-background/10 backdrop-blur-xl sticky top-0 z-40 flex items-center justify-between pl-8 pr-5 md:pr-9"> <header className="h-16 border-b border-border bg-background/10 backdrop-blur-xl sticky top-0 z-40 flex items-center justify-between pl-8 pr-5 md:pr-9">
<div className="flex items-center gap-4"> <div className="flex items-center gap-4">
<nav className="flex items-center text-sm font-medium"> <nav className="flex items-center text-sm font-medium">
<Link href="/" className="flex items-center gap-2 group"> <Link href="/" className="flex items-center gap-2">
<Logo size={20} className="lg:hidden" /> <Logo size={20} className="lg:hidden" />
<span className="font-bold bg-clip-text text-transparent bg-gradient-to-r from-purple-400 to-pink-400 group-hover:opacity-80 transition-opacity"> <span className="font-medium transition-colors text-foreground">
Kit Kit
</span> </span>
</Link> </Link>