diff --git a/src/components/BlogPost/BlogPost.jsx b/src/components/BlogPost/BlogPost.jsx
index 962e3e8..fe66d39 100644
--- a/src/components/BlogPost/BlogPost.jsx
+++ b/src/components/BlogPost/BlogPost.jsx
@@ -105,7 +105,7 @@ const BlogPost = () => {
{matchingBlogPost.summary && (
- {matchingBlogPost.summary}
+ {matchingBlogPost.summary}
)}