mirror of
https://github.com/WDI-Ideas/rubix.git
synced 2026-04-27 19:05:49 +00:00
Summary text aligned to center
This commit is contained in:
@@ -105,7 +105,7 @@ const BlogPost = () => {
|
||||
</Text>
|
||||
|
||||
{matchingBlogPost.summary && (
|
||||
<Text>{matchingBlogPost.summary}</Text>
|
||||
<Text textAlign={"center"}>{matchingBlogPost.summary}</Text>
|
||||
)}
|
||||
|
||||
<Text
|
||||
|
||||
Reference in New Issue
Block a user