diff --git a/components/BlogPostCard.js b/components/BlogPostCard.js index dfc22be6..8bb7533f 100644 --- a/components/BlogPostCard.js +++ b/components/BlogPostCard.js @@ -8,34 +8,34 @@ import { faFolder } from '@fortawesome/free-solid-svg-icons' const BlogPostCard = ({ post, tags }) => { return ( -
+
{post.title}
-{post.summary}
+{post.summary}