We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b86ce59 commit f5fda44Copy full SHA for f5fda44
1 file changed
apps/storybook/stories/breadcrumb.stories.tsx
@@ -26,7 +26,7 @@ export const ExampleBreadcrumbs: Story = {
26
<Link key="home">
27
<HomeIcon />홈
28
</Link>
29
- ,<Link key="1depth">1Depth</Link>
+ <Link key="1depth">1Depth</Link>
30
<Link key="2depth">2Depth</Link>
31
<Link key="3depth">3Depth</Link>
32
<Link key="4depth">4Depth</Link>
@@ -40,7 +40,7 @@ export const ExampleCollapsedBreadcrumbs: Story = {
40
41
42
43
44
45
46
0 commit comments