mirror of
https://github.com/pommee/goaway.git
synced 2026-01-06 05:49:35 -06:00
fix: smoother navigation bar
This commit is contained in:
@@ -51,7 +51,9 @@ export function NavMain({
|
||||
asChild
|
||||
tooltip={item.title}
|
||||
className={clsx({
|
||||
"bg-accent font-semibold": isActive
|
||||
"bg-accent font-semibold": isActive,
|
||||
"hover:bg-accent/50 transition-colors duration-200":
|
||||
!isActive
|
||||
})}
|
||||
>
|
||||
<a href={item.url}>
|
||||
|
||||
Reference in New Issue
Block a user