diff --git a/packages/react-components/react-card/stories/Card/index.stories.tsx b/packages/react-components/react-card/stories/Card/index.stories.tsx index 2ccc5e28c5d138..8efb93eb9a05b0 100644 --- a/packages/react-components/react-card/stories/Card/index.stories.tsx +++ b/packages/react-components/react-card/stories/Card/index.stories.tsx @@ -12,7 +12,7 @@ export { FocusMode } from './CardFocusMode.stories'; export { Templates } from './CardTemplates.stories'; export default { - title: 'Preview Components/Card/Card', + title: 'Components/Card/Card', component: Card, parameters: { docs: { diff --git a/packages/react-components/react-card/stories/CardFooter/index.stories.tsx b/packages/react-components/react-card/stories/CardFooter/index.stories.tsx index 7eacd7def16570..39ef32621d165f 100644 --- a/packages/react-components/react-card/stories/CardFooter/index.stories.tsx +++ b/packages/react-components/react-card/stories/CardFooter/index.stories.tsx @@ -4,7 +4,7 @@ import descriptionMd from './CardFooterDescription.md'; export { Default } from './CardFooterDefault.stories'; export default { - title: 'Preview Components/Card/CardFooter', + title: 'Components/Card/CardFooter', component: CardFooter, parameters: { docs: { diff --git a/packages/react-components/react-card/stories/CardHeader/index.stories.tsx b/packages/react-components/react-card/stories/CardHeader/index.stories.tsx index 887292929fd633..d6269ffd81cf8c 100644 --- a/packages/react-components/react-card/stories/CardHeader/index.stories.tsx +++ b/packages/react-components/react-card/stories/CardHeader/index.stories.tsx @@ -4,7 +4,7 @@ import descriptionMd from './CardHeaderDescription.md'; export { Default } from './CardHeaderDefault.stories'; export default { - title: 'Preview Components/Card/CardHeader', + title: 'Components/Card/CardHeader', component: CardHeader, parameters: { docs: { diff --git a/packages/react-components/react-card/stories/CardPreview/index.stories.tsx b/packages/react-components/react-card/stories/CardPreview/index.stories.tsx index 5a1f03a54e2612..b38e5386674af4 100644 --- a/packages/react-components/react-card/stories/CardPreview/index.stories.tsx +++ b/packages/react-components/react-card/stories/CardPreview/index.stories.tsx @@ -4,7 +4,7 @@ import descriptionMd from './CardPreviewDescription.md'; export { Default } from './CardPreviewDefault.stories'; export default { - title: 'Preview Components/Card/CardPreview', + title: 'Components/Card/CardPreview', component: CardPreview, parameters: { docs: {