Skip to content

Commit 078c7f2

Browse files
authored
fix: add layout item to card stories (#143)
1 parent 07908c5 commit 078c7f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/stories/SUB_BLOCKS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ _Cards are components that are only used together with the slider or layout:_
1818

1919
- ### [BackgroundCard](?path=/story/components-cards-backgroundcard--default&viewMode=docs)
2020

21-
- ### [CardWithImage](?path=/story/components-cards-cardwithimage--default&viewMode=docs)
21+
- ### [CardWithImage(deprecated)](?path=/story/components-cards-cardwithimage--default&viewMode=docs)
2222

2323
## <a name="additionals">Additional sub-blocks</a>
2424

src/sub-blocks/LayoutItem/__stories__/LayoutItem.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ import React from 'react';
33

44
import LayoutItem from '../LayoutItem';
55
import {LayoutItemProps} from '../../../models';
6-
import {COMPONENTS} from '../../../demo/constants';
6+
import {CARDS, COMPONENTS} from '../../../demo/constants';
77

88
import data from './data.json';
99

1010
export default {
11-
title: `${COMPONENTS}/LayoutItem`,
11+
title: `${COMPONENTS}/${CARDS}/LayoutItem`,
1212
component: LayoutItem,
1313
} as Meta;
1414

0 commit comments

Comments
 (0)