diff --git a/web/src/components/ui/breadcrumbs.tsx b/web/src/components/ui/breadcrumbs.tsx index e503cfd..0763936 100644 --- a/web/src/components/ui/breadcrumbs.tsx +++ b/web/src/components/ui/breadcrumbs.tsx @@ -25,7 +25,7 @@ const Breadcrumbs: FC = ({ items, className }) => { ) : (

{item.label}

)} - {index + 1 < items.length &&

/

} + {index + 1 < items.length &&

/

} ))}