Skip to content

Commit 3317d03

Browse files
committed
revert preview.ts
1 parent 846138c commit 3317d03

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

packages/styleguide/.storybook/preview.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ const preview: Preview = {
2929
'Atoms',
3030
'Molecules',
3131
'Organisms',
32-
'UX Writing',
33-
['About', 'UI copy checklist', 'Accessibility guidelines', 'Component guidelines',
34-
['About', 'Alerts', 'Bell notification', 'Buttons and links', 'Confirmation dialogs', 'Error messages', 'Toasts', 'Tooltips',]
35-
],
3632
'*',
3733
],
3834
},

packages/styleguide/src/lib/UX Writing/Accessibility guidelines.stories.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@ import { Meta } from '@storybook/blocks';
22

33
import { AboutHeader } from '~styleguide/blocks';
44

5-
65
export const parameters = {
7-
title: "testing",
6+
title: "Accessibility_guidelines",
87
subtitle: 'In order for content to be accessible, it must be perceivable, operable, understandable, and robust.',
98
status: 'static',
10-
};
9+
}
1110

12-
<Meta title="testing" />
11+
<Meta title="UX_Writing/Accessibility_guidelines" />
1312

1413
<AboutHeader {...parameters} />
1514

0 commit comments

Comments
 (0)