Skip to content

Commit

Permalink
feat(readmine 1244992): add a description in the story and remove und…
Browse files Browse the repository at this point in the history
…efined args
  • Loading branch information
vapersmile committed Sep 4, 2023
1 parent 98963d1 commit 787307d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const meta = {

export default meta;
type IStory = StoryObj<typeof meta>;
/** You can change this style with the Mantine styles api: https://mantine.dev/core/breadcrumbs/?t=styles-api*/

export const Breadcrumbs: IStory = {
args: {
Expand All @@ -24,6 +25,5 @@ export const Breadcrumbs: IStory = {
test
</a>,
],
separator: undefined,
},
};

0 comments on commit 787307d

Please sign in to comment.