diff options
Diffstat (limited to 'public/bundle.js')
| -rw-r--r-- | public/bundle.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/public/bundle.js b/public/bundle.js index d14c541..01698f7 100644 --- a/public/bundle.js +++ b/public/bundle.js @@ -4103,7 +4103,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de function router() { return (0, _preact.h)( - 'div', + 'section', null, (0, _preact.h)(_reactRouterDom.Route, { path: '/pix2pix/live/', component: _live2.default }) ); @@ -4546,7 +4546,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de function router() { return (0, _preact.h)( - 'div', + 'section', null, (0, _preact.h)(_reactRouterDom.Route, { exact: true, path: '/samplernn/new/', component: _samplernn2.default }), (0, _preact.h)(_reactRouterDom.Route, { exact: true, path: '/samplernn/graph/', component: _samplernn14.default }), @@ -5282,7 +5282,7 @@ var SampleRNNImport = function (_Component) { } return (0, _preact.h)( 'div', - { className: 'app' }, + { className: 'app top' }, (0, _preact.h)( 'div', { 'class': 'heading' }, @@ -6192,7 +6192,7 @@ var SampleRNNResults = function (_Component) { var path = folder.name === 'unsorted' ? "/samplernn/import/" : "/samplernn/datasets/" + folder.id + "/"; return (0, _preact.h)( 'div', - { className: 'col' }, + { className: 'col bestRenders' }, (0, _preact.h)( 'h3', null, @@ -7234,10 +7234,10 @@ var System = function (_Component) { 'div', { className: 'heading' }, (0, _preact.h)( - 'h2', + 'h1', null, site.name, - ' System' + ' system' ) ), (0, _preact.h)( |
