Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Commit

Permalink
fix: do not capitalize heading - closes #428 (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRuf authored Feb 2, 2020
1 parent e6e9cfb commit d481f54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/DetailSidebar/DetailSidebarTitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ interface Props {
const StyledHeading = styled(Heading)({
fontSize: '1rem',
fontWeight: 700,
textTransform: 'capitalize',
});

const StyledBoxVersion = styled(Box)<{ theme?: Theme }>(({ theme }) => ({
Expand Down

0 comments on commit d481f54

Please sign in to comment.