Added custom title support

This commit is contained in:
2018-06-29 08:00:07 +10:00
parent 0ef9b02ff9
commit dfc78cf102
7 changed files with 62 additions and 13 deletions

View File

@ -35,7 +35,7 @@ export default function() {
}
return (
<Page style="home-page" className="p-home-page">
<Page style="home-page" title={0} className="p-home-page">
Welcome home
{ lines }
</Page>