Skip to content

Commit c32171b

Browse files
committed
[DEV-13006] Fix storybook page name
1 parent d956dc5 commit c32171b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/elements/Callout/Callout.slate.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { StoryNameDecorator } from '../../dev/StoryNameDecorator';
44
import { Renderer } from '../../Renderer';
55

66
export default {
7-
title: 'Elements/Quote',
7+
title: 'Elements/Callout',
88
decorators: [StoryNameDecorator],
99
} as Meta;
1010

0 commit comments

Comments
 (0)