Skip to content

Commit 87ea561

Browse files
committed
chore: remove metasyntactic variable names
1 parent 49f8366 commit 87ea561

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/component-library/src/Breadcrumbs/index.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ export const Breadcrumbs = {
2525
label: "Breadcrumbs",
2626
items: [
2727
{ href: "/", label: "Home" },
28-
{ href: "/foo", label: "Foo" },
29-
{ label: "Bar" },
28+
{ href: "#", label: "Products" },
29+
{ label: "Pyth Core" },
3030
],
3131
},
3232
} satisfies StoryObj<typeof BreadcrumbsComponent>;

0 commit comments

Comments
 (0)