Skip to content

Commit

Permalink
fix: stacked block location. plopfile change
Browse files Browse the repository at this point in the history
  • Loading branch information
ifrost1 committed Jul 21, 2022
1 parent 8d6caef commit 2871f1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plop-templates/Component/Component.stories.tsx.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { StoryObj, Meta } from '@storybook/react';
import { {{pascalCase name}} } from './{{pascalCase name}}';

export default {
title: 'Example/{{pascalCase name}}',
title: 'PleaseUpdateThisToADifferentFolder/{{pascalCase name}}',
component: {{pascalCase name}},
parameters: {
badges: [BADGE.BETA],
Expand Down
2 changes: 1 addition & 1 deletion src/components/StackedBlock/StackedBlock.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import React from 'react';
import { StackedBlock } from './StackedBlock';

export default {
title: 'Example/StackedBlock',
title: 'Molecules/Blocks/StackedBlock',
component: StackedBlock,
parameters: {
badges: [BADGE.BETA],
Expand Down

0 comments on commit 2871f1d

Please sign in to comment.