diff --git a/src/components/posts/post/Post.tsx b/src/components/posts/post/Post.tsx index a8e4c56..7aee921 100644 --- a/src/components/posts/post/Post.tsx +++ b/src/components/posts/post/Post.tsx @@ -17,6 +17,7 @@ interface PostProps { content: string; slug: string; createdAt: string; + article_level: string; } export function Post() { @@ -42,13 +43,29 @@ export function Post() { return
- {formatDateToCustomFormat(post.createdAt)} -
++ {formatDateToCustomFormat(post.createdAt)} +
+{post.article_level}
+- {post.estimated_time}min -
+{post.article_level}
+ + ++ {post.estimated_time}min +
+