Skip to content

Commit 5885d91

Browse files
authored
fix: remove capitalize from catalog card title (#566)
1 parent 713e0d8 commit 5885d91

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/CatalogCard.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ const useStyles = makeStyles()((theme) => {
5252
color: theme.palette.text.primary,
5353
fontWeight: 'bold',
5454
fontSize: '1rem',
55-
textTransform: 'capitalize',
5655
marginLeft: theme.spacing(1),
5756
marginRight: theme.spacing(1),
5857
},

0 commit comments

Comments
 (0)