Skip to content

Commit

Permalink
page names are no longer shown as uppercase
Browse files Browse the repository at this point in the history
- closes #137
  • Loading branch information
foxriver76 committed Nov 8, 2023
1 parent f8948c3 commit 429beb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ const styles = theme => ({
whiteSpace: 'nowrap',
display: 'flex',
alignItems: 'center',
textTransform: 'none',
},
viewTabs: {
display: 'inline-block',
Expand Down

0 comments on commit 429beb0

Please sign in to comment.