Summary text aligned to center

This commit is contained in:
rockyeverlast
2024-06-07 16:14:31 +05:30
parent 64a301f6af
commit 164de4e656

View File

@@ -105,7 +105,7 @@ const BlogPost = () => {
</Text>
{matchingBlogPost.summary && (
<Text>{matchingBlogPost.summary}</Text>
<Text textAlign={"center"}>{matchingBlogPost.summary}</Text>
)}
<Text