diff --git a/src/components/ui/breadcrumb.tsx b/src/components/ui/breadcrumb.tsx index de505bc5833..cd92d48e346 100644 --- a/src/components/ui/breadcrumb.tsx +++ b/src/components/ui/breadcrumb.tsx @@ -79,15 +79,15 @@ const BreadcrumbSeparator = ({ children, className, ...props -}: React.ComponentProps<"li">) => ( -
  • ) => ( +
  • + ); BreadcrumbSeparator.displayName = "BreadcrumbSeparator";