chore: cleanup
This commit is contained in:
@@ -22,7 +22,7 @@ export function AppHeader() {
|
||||
<nav className="flex items-center text-sm font-medium">
|
||||
<Link href="/" className="flex items-center gap-2">
|
||||
<Logo size={20} className="lg:hidden" />
|
||||
<span className="font-medium transition-colors text-muted-foreground">
|
||||
<span className="font-medium transition-colors text-foreground/80 hover:text-foreground">
|
||||
Kit
|
||||
</span>
|
||||
</Link>
|
||||
@@ -36,7 +36,7 @@ export function AppHeader() {
|
||||
<Link
|
||||
href={href}
|
||||
className={cn(
|
||||
"capitalize transition-colors text-muted-foreground",
|
||||
"capitalize transition-colors text-foreground/80 hover:text-foreground",
|
||||
isLast ? "font-semibold" : "font-medium"
|
||||
)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user