|
|
@@ -25,8 +25,8 @@ export const Breadcrumbs = {
|
|
|
label: "Breadcrumbs",
|
|
|
items: [
|
|
|
{ href: "/", label: "Home" },
|
|
|
- { href: "/foo", label: "Foo" },
|
|
|
- { label: "Bar" },
|
|
|
+ { href: "#", label: "Products" },
|
|
|
+ { label: "Pyth Core" },
|
|
|
],
|
|
|
},
|
|
|
} satisfies StoryObj<typeof BreadcrumbsComponent>;
|