cambios en los estilos
This commit is contained in:
@@ -26,7 +26,8 @@ export function Breadcrumbs() {
|
||||
)}
|
||||
{index < items.length - 1 && (
|
||||
<BreadcrumbSeparator className="hidden md:block">
|
||||
<Slash />
|
||||
{/* <Slash /> */}
|
||||
<span>></span>
|
||||
</BreadcrumbSeparator>
|
||||
)}
|
||||
{index === items.length - 1 && (
|
||||
|
||||
Reference in New Issue
Block a user