diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-01-05 08:52:19 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-01-05 08:52:19 +0100 |
| commit | 98792144656ce8accadab2c120ccf53d04cac76f (patch) | |
| tree | e4159651fa2faa8c385f94894ec95119cde06906 /public/bundle.js | |
| parent | 6315fba9a83bb3e24193f35421ec8a41dde6c5ad (diff) | |
fix paths
Diffstat (limited to 'public/bundle.js')
| -rw-r--r-- | public/bundle.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/bundle.js b/public/bundle.js index dc438ea..22635c4 100644 --- a/public/bundle.js +++ b/public/bundle.js @@ -2676,7 +2676,7 @@ var App = function (_Component) { (0, _preact.h)(_Paintings2.default, { data: this.state.data }), (0, _preact.h)( _Modal2.default, - { visible: this.props.location.pathname !== '/' }, + { visible: this.props.location.pathname !== '/paintings/' }, (0, _preact.h)(_Details2.default, { painting: painting }) ) ); @@ -5682,7 +5682,7 @@ var Header = function (_Component) { { 'class': 'header' }, (0, _preact.h)( _reactRouterDom.Link, - { to: '/', 'class': 'back' }, + { to: '/paintings/', 'class': 'back' }, '\u25C1' ), (0, _preact.h)( @@ -5796,7 +5796,7 @@ var Paintings = function (_Component) { { 'class': 'painting' }, (0, _preact.h)( 'a', - { href: 'http://asdf.us/pepper', target: '_blank' }, + { href: 'http://asdf.us/pepper/', target: '_blank' }, (0, _preact.h)('div', { 'class': 'image', style: 'background-image: url(' + about.image.uri + ')' }) ) ), |
