diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-19 09:14:41 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-19 09:14:41 +0200 |
| commit | 5d5aaf5618860f0c9bc48763464cf74a7ab0b193 (patch) | |
| tree | f7dcbe8c364e90ef23b7c545d7801875694d6abe /app/client/common | |
| parent | da016de8db8c4e73d606526caa0b9a7e1c68c754 (diff) | |
this header omg... stub in pix2pixhd results view
Diffstat (limited to 'app/client/common')
| -rw-r--r-- | app/client/common/views/new.view.js | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app/client/common/views/new.view.js b/app/client/common/views/new.view.js index 93ac3d5..3b2ffa8 100644 --- a/app/client/common/views/new.view.js +++ b/app/client/common/views/new.view.js @@ -22,9 +22,10 @@ export default class NewView extends Component { render(){ const { module, history, db, path } = this.props return ( - <div class={'app ' + module.name}> - <h1> {module.displayName || module.name}</h1> - <br/> + <div class={'app new-view ' + module.name}> + <div class='heading'> + <h1>{module.displayName || module.name}</h1> + </div> <div class='col narrow'> <NewDatasetForm module={module} history={history} /> <FolderList db={db} path={path} emptyText={<i>No projects yet. Please create one~</i>} /> |
