diff --git a/apps/blog/src/components/PostCard.tsx b/apps/blog/src/components/PostCard.tsx index 3afad7f..c0c53b3 100644 --- a/apps/blog/src/components/PostCard.tsx +++ b/apps/blog/src/components/PostCard.tsx @@ -40,17 +40,23 @@ export default function PostCard({ postData, className }: Props) { ))}
-
- - {date || "Unknown date"} - - {readTime - ? readTime + " read" - : "unknown read time"} - - {typeof wordCount === "number" - ? wordCount + " words" - : "unknown length"} +
+
+ + {date || "Unknown date"} +
+
+ + {readTime + ? readTime + " read" + : "unknown read time"} +
+
+ + {typeof wordCount === "number" + ? wordCount + " words" + : "unknown length"} +