fix: fix story name for preview-post-card

This commit is contained in:
MTG2000
2022-07-12 14:07:54 +03:00
parent 0b0e1b5bb2
commit c27f1954b5

View File

@@ -4,7 +4,7 @@ import { MOCK_DATA } from 'src/mocks/data';
import PreviewPostCard from './PreviewPostCard';
export default {
title: 'Posts/Post Details Page/Components/Story Page Content',
title: 'Posts/Post Details Page/Components/Preview Post Card',
component: PreviewPostCard,
argTypes: {
backgroundColor: { control: 'color' },