refactor: remove transition effects from various components for improved performance and consistency
This commit is contained in:
@@ -43,7 +43,7 @@ function BreadcrumbLink({
|
||||
return (
|
||||
<Comp
|
||||
data-slot="breadcrumb-link"
|
||||
className={cn("hover:text-foreground transition-colors", className)}
|
||||
className={cn("hover:text-foreground", className)}
|
||||
{...props}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user