layout adjustments

This commit is contained in:
Cássio Zen
2016-07-13 17:20:41 -03:00
parent 9e213c3b9f
commit f4b44c5661
4 changed files with 3 additions and 10 deletions

View File

@ -68,7 +68,7 @@ export default class EntryListing extends React.Component {
const name = collection.get('name');
return <div>
<h2>Listing {name}</h2>
<h1>Listing {name}</h1>
<div ref={(c) => this._entries = c}>
{entries.map((entry) => {
const path = `/collections/${name}/entries/${entry.get('slug')}`;