Skip to content

Commit

Permalink
renamed Demo folder to Layout
Browse files Browse the repository at this point in the history
  • Loading branch information
g-stamatis committed Dec 21, 2021
1 parent b6c59fc commit b9f6d05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/DemoStory.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const Default = injectIntl(({ children, ...args }) => {
});

export default {
title: 'Demo/Footer',
title: 'Layout/Footer',
component: Footer,
argTypes: {},
};
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Segment } from 'semantic-ui-react';
import Wrapper from '@plone/volto/storybook';

export default {
title: 'Demo/Header',
title: 'Layout/Header',
cocmponent: Header,
argTypes: {},
decorators: [
Expand Down

0 comments on commit b9f6d05

Please sign in to comment.