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 (
|
return (
|
||||||
<main className="page">
|
<main className="page">
|
||||||
<SubPageLogo />
|
<SubPageLogo />
|
||||||
<h1>My files</h1>
|
<h1>My Files</h1>
|
||||||
<section>
|
<section>
|
||||||
{content}
|
{content}
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Add table
Reference in a new issue