feat: delimiter color
This commit is contained in:
@ -25,7 +25,7 @@ const Breadcrumbs: FC<IBreadcrumbsProps> = ({ items, className }) => {
|
||||
) : (
|
||||
<p>{item.label}</p>
|
||||
)}
|
||||
{index + 1 < items.length && <p>/</p>}
|
||||
{index + 1 < items.length && <p className="text-gray-500">/</p>}
|
||||
</>
|
||||
))}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user