Skip to content

Commit

Permalink
Merge pull request #154 from wizeline/fix/GWZ-106/upercase-page-title
Browse files Browse the repository at this point in the history
GWZ-106: Uppercase page title
  • Loading branch information
huynguyen-wize authored Aug 5, 2020
2 parents 2ac0197 + d35d054 commit 715ae24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/PullRequestSize.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ function PullRequestSize(props) {

return (
<div style={{ width: '100%' }}>
<PageTitle information={information}>Pull request size</PageTitle>
<PageTitle information={information}>Pull Request Size</PageTitle>
<BranchFilter showDate={showDate} onPeriodChange={(headerText) => handleChangeHeaderTxt(headerText)} />
<Paper className={classes.textStyle} elevation={0} square={true} variant="elevation">
{headerTxt}
Expand Down

0 comments on commit 715ae24

Please sign in to comment.