chore: capitalize date
This commit is contained in:
parent
5ced5dba74
commit
9e2a0c1c78
|
@ -57,7 +57,7 @@ const Container = styled.div`
|
|||
`
|
||||
|
||||
const Date = styled(Typography)`
|
||||
text-transform: uppercase;
|
||||
text-transform: capitalize;
|
||||
`
|
||||
|
||||
const ContentType = styled(Typography)`
|
||||
|
|
Loading…
Reference in New Issue