chore: capitalize date

This commit is contained in:
jinhojang6 2024-03-28 03:46:58 +09:00
parent 5ced5dba74
commit 9e2a0c1c78
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ const Container = styled.div`
`
const Date = styled(Typography)`
text-transform: uppercase;
text-transform: capitalize;
`
const ContentType = styled(Typography)`