capitalize area names
This commit is contained in:
parent
7c418c0ea6
commit
1048f110da
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ var MyFilesPage = React.createClass({
|
|||
return (
|
||||
<main className="page">
|
||||
<SubPageLogo />
|
||||
<h1>My files</h1>
|
||||
<h1>My Files</h1>
|
||||
<section>
|
||||
{content}
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue