Skip to content

Commit

Permalink
chore: change component title name
Browse files Browse the repository at this point in the history
  • Loading branch information
pure-js committed Sep 18, 2023
1 parent eec58d2 commit aa290ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/hello-world/hello-world.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit aa290ab

Please sign in to comment.