fix
This commit is contained in:
parent
1e2754ec9b
commit
29cb938e60
|
|
@ -95,9 +95,9 @@ export const Breadcrumb: FC<BreadcrumbProps> = (_arg) => {
|
||||||
viewBox="0 0 24 24"
|
viewBox="0 0 24 24"
|
||||||
fill="none"
|
fill="none"
|
||||||
stroke="currentColor"
|
stroke="currentColor"
|
||||||
stroke-width="1"
|
strokeWidth="1"
|
||||||
stroke-linecap="round"
|
strokeLinecap="round"
|
||||||
stroke-linejoin="round"
|
strokeLinejoin="round"
|
||||||
className="lucide lucide-chevron-right"
|
className="lucide lucide-chevron-right"
|
||||||
>
|
>
|
||||||
<path d="m9 18 6-6-6-6" />
|
<path d="m9 18 6-6-6-6" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue