diff --git a/packages/react-components/react-tags/stories/InteractionTag/index.stories.tsx b/packages/react-components/react-tags/stories/InteractionTag/index.stories.tsx index 2444628c2e092..18f42100e89e8 100644 --- a/packages/react-components/react-tags/stories/InteractionTag/index.stories.tsx +++ b/packages/react-components/react-tags/stories/InteractionTag/index.stories.tsx @@ -15,7 +15,7 @@ export { Disabled } from './InteractionTagDisabled.stories'; export { HasPrimaryAction } from './InteractionTagHasPrimaryAction.stories'; export default { - title: 'Tag/InteractionTag', + title: 'Components/Tag/InteractionTag', component: InteractionTag, subcomponents: { InteractionTagPrimary, diff --git a/packages/react-components/react-tags/stories/Tag/index.stories.tsx b/packages/react-components/react-tags/stories/Tag/index.stories.tsx index adadad2741c13..d862d78bf91c9 100644 --- a/packages/react-components/react-tags/stories/Tag/index.stories.tsx +++ b/packages/react-components/react-tags/stories/Tag/index.stories.tsx @@ -14,7 +14,7 @@ export { Appearance } from './TagAppearance.stories'; export { Disabled } from './TagDisabled.stories'; export default { - title: 'Tag/Tag', + title: 'Components/Tag/Tag', component: Tag, parameters: { docs: { diff --git a/packages/react-components/react-tags/stories/TagGroup/index.stories.tsx b/packages/react-components/react-tags/stories/TagGroup/index.stories.tsx index 50de6ba0c2a5e..e2f77c70cf6ed 100644 --- a/packages/react-components/react-tags/stories/TagGroup/index.stories.tsx +++ b/packages/react-components/react-tags/stories/TagGroup/index.stories.tsx @@ -9,7 +9,7 @@ export { Sizes } from './TagGroupSizes.stories'; export { WithOverflow } from './TagGroupOverflow.stories'; export default { - title: 'Tag/TagGroup', + title: 'Components/Tag/TagGroup', component: TagGroup, parameters: { docs: {