feat: enhance UI by adding select-none class to improve text selection behavior in team management and breadcrumb components

This commit is contained in:
Anish Sarkar 2026-02-21 19:23:38 +05:30
parent d76380334f
commit e3cabe8772
2 changed files with 15 additions and 15 deletions

View file

@ -196,7 +196,7 @@ export function DashboardBreadcrumb() {
}
return (
<Breadcrumb>
<Breadcrumb className="select-none">
<BreadcrumbList>
{breadcrumbs.map((item, index) => (
<React.Fragment key={`${index}-${item.href || item.label}`}>