Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Nov 12, 2021
1 parent b336cdf commit 11f7bf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/components/breadcrumb.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Use the `separator` slot to change the separator that goes between breadcrumb it

```jsx react
import '@shoelace-style/shoelace/dist/components/icon/icon.js';
import { SlBreadcrumb, SlBreadcrumbItem, SlIcon } from '@shoelace-style/shoelace/dist/react';
import { SlBreadcrumb, SlBreadcrumbItem } from '@shoelace-style/shoelace/dist/react';
const App = () => (
<>
Expand Down Expand Up @@ -166,7 +166,7 @@ import { SlBreadcrumb, SlBreadcrumbItem, SlIcon } from '@shoelace-style/shoelace
const App = () => (
<SlBreadcrumb>
<SlBreadcrumbItem>
<sl-icon slot="prefix" name="house"></sl-icon>
<SlIcon slot="prefix" name="house" />
Home
</SlBreadcrumbItem>
<SlBreadcrumbItem>Articles</SlBreadcrumbItem>
Expand Down

0 comments on commit 11f7bf2

Please sign in to comment.