From 164de4e656baf22dcf0b5576cb1148b97cae6436 Mon Sep 17 00:00:00 2001 From: rockyeverlast Date: Fri, 7 Jun 2024 16:14:31 +0530 Subject: [PATCH] Summary text aligned to center --- src/components/BlogPost/BlogPost.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} )}