filter added
This commit is contained in:
@@ -153,8 +153,8 @@ export function Breadcrumb({
|
||||
}
|
||||
|
||||
return (
|
||||
<nav aria-label="Breadcrumb" className={`py-4 ${className}`}>
|
||||
<ol className="flex items-center flex-wrap gap-2 text-sm">
|
||||
<nav aria-label="Breadcrumb" className={`py-4 ${className} sm:px-5 px-2`}>
|
||||
<ol className="flex items-center flex-wrap gap-2 sm:text-xl text-lg">
|
||||
{breadcrumbItems.map((item, index) => (
|
||||
<li
|
||||
key={`${item.label}-${index}`}
|
||||
|
||||
Reference in New Issue
Block a user