diff --git a/src/components/PostCard/PostCard.Label.tsx b/src/components/PostCard/PostCard.Label.tsx index 3006663..25d7b7a 100644 --- a/src/components/PostCard/PostCard.Label.tsx +++ b/src/components/PostCard/PostCard.Label.tsx @@ -57,7 +57,7 @@ const Container = styled.div` ` const Date = styled(Typography)` - text-transform: uppercase; + text-transform: capitalize; ` const ContentType = styled(Typography)`