diff options
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 + ')' }) ) ), |
