Skip to content

Commit dfa1ff0

Browse files
committed
fix: override auto titles
1 parent 92c6420 commit dfa1ff0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.storybook/docs/colors.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Meta, ColorPalette, ColorItem } from '@storybook/addon-docs/blocks'
22
import { theme } from '../../uno.theme.ts'
33

4-
<Meta tags={['hide-toolbar']} />
4+
<Meta title="Colors" tags={['hide-toolbar']} />
55

66
# Colors
77

.storybook/docs/guidelines.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Meta } from '@storybook/addon-docs/blocks'
22

3-
<Meta tags={['hide-toolbar']} />
3+
<Meta title="Guidelines" tags={['hide-toolbar']} />
44

55
# Guidelines
66

.storybook/docs/typography.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Meta, Typeset } from '@storybook/addon-docs/blocks'
22
import { theme } from '../../uno.theme.ts'
33

4-
<Meta tags={['hide-toolbar']} />
4+
<Meta title="Typography" tags={['hide-toolbar']} />
55

66
export const wind4FontSizes = {
77
'xs': '0.75rem',

.storybook/docs/welcome.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Meta } from '@storybook/addon-docs/blocks';
22

3-
<Meta tags={['hide-toolbar']}/>
3+
<Meta title="Welcome" tags={['hide-toolbar']}/>
44

55
# Welcome
66

0 commit comments

Comments
 (0)