From 11f7bf2bb18e54a34b42216da8573ebffe82481d Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Fri, 12 Nov 2021 12:01:04 -0500 Subject: [PATCH] fix example --- docs/components/breadcrumb.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/components/breadcrumb.md b/docs/components/breadcrumb.md index 4a8f5397..b1c554d8 100644 --- a/docs/components/breadcrumb.md +++ b/docs/components/breadcrumb.md @@ -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 = () => ( <> @@ -166,7 +166,7 @@ import { SlBreadcrumb, SlBreadcrumbItem, SlIcon } from '@shoelace-style/shoelace const App = () => ( - + Home Articles