diff --git a/src/components/Post.tsx b/src/components/Post.tsx index 8d44e61..01e70d6 100644 --- a/src/components/Post.tsx +++ b/src/components/Post.tsx @@ -6,7 +6,8 @@ export function Post({ post }: PostProps) { return (

{post.author}

-

{post.title}

+

{new Date().toLocaleDateString()}

+

{post.title}

{post.content}

What is Lorem Ipsum?

@@ -88,7 +89,6 @@ export function Post({ post }: PostProps) { vestibulum dolor. Aenean semper tempus neque a varius. Suspendisse ac odio eu nunc ornare fringilla. Donec cursus vel lorem ut feugiat. -

{post.author}

); }