From 9e2a0c1c78c3aee8e535445acc4a21fd30531161 Mon Sep 17 00:00:00 2001 From: jinhojang6 Date: Thu, 28 Mar 2024 03:46:58 +0900 Subject: [PATCH] chore: capitalize date --- src/components/PostCard/PostCard.Label.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)`