{bounty.excerpt}
+ +{props.name}
-{props.date}
+{dayjs(props.date).format('MMMM DD')}
3h ago
diff --git a/src/features/Posts/Components/PostCard/QuestionCard.stories.tsx b/src/features/Posts/Components/PostCard/QuestionCard.stories.tsx
new file mode 100644
index 0000000..356898d
--- /dev/null
+++ b/src/features/Posts/Components/PostCard/QuestionCard.stories.tsx
@@ -0,0 +1,22 @@
+import { ComponentStory, ComponentMeta } from '@storybook/react';
+import { MOCK_DATA } from 'src/mocks/data';
+
+import QuestionCard from './QuestionCard';
+
+export default {
+ title: 'Posts/Components/QuestionCard',
+ component: QuestionCard,
+ argTypes: {
+ backgroundColor: { control: 'color' },
+ },
+} as ComponentMeta {question.excerpt} {comment.author.name} {dayjs(comment.date).format('MMMM DD')} {comment.body} */}
+
{question.title}
+
+