diff --git a/components/hello-world/hello-world.stories.ts b/components/hello-world/hello-world.stories.ts index bd28dc6..0b3934a 100644 --- a/components/hello-world/hello-world.stories.ts +++ b/components/hello-world/hello-world.stories.ts @@ -2,7 +2,7 @@ import type { Meta, StoryObj } from '@storybook/react'; import { HelloWorld } from './hello-world'; const meta = { - title: 'Example/Header', + title: 'Hello World', component: HelloWorld, // This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/react/writing-docs/autodocs tags: ['autodocs'],