Skip to content

Commit

Permalink
fix(Breadcrumbs): the spaceAfter prop
Browse files Browse the repository at this point in the history
  • Loading branch information
jozef-mikusinec-kiwicom committed Nov 23, 2023
1 parent 1c5738e commit c9e4289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/orbit-components/src/Breadcrumbs/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import type { Props as BreadcrumbsItemProps } from "./BreadcrumbsItem/types";
import ChevronBackward from "../icons/ChevronBackward";
import Hide from "../Hide";
import TextLink from "../TextLink";
import spaceAfterClasses from "../common/tailwind/spaceAfter";
import { spaceAfterClasses } from "../common/tailwind";

const Breadcrumbs = ({
children,
Expand Down

0 comments on commit c9e4289

Please sign in to comment.