diff options
Diffstat (limited to 'frontend/site/projects/museum/views/nav.overlay.js')
| -rw-r--r-- | frontend/site/projects/museum/views/nav.overlay.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/site/projects/museum/views/nav.overlay.js b/frontend/site/projects/museum/views/nav.overlay.js index 69cc67a..c2bd94b 100644 --- a/frontend/site/projects/museum/views/nav.overlay.js +++ b/frontend/site/projects/museum/views/nav.overlay.js @@ -137,6 +137,7 @@ export default class NavOverlay extends Component { </div> )} {showCounter && <Counter />} + <TextOverlay location={this.props.location} match={this.props.match} /> {showFooter && ( showArtist ? ( <div className="footer with-artist" ref={this.footerRef}> @@ -152,7 +153,6 @@ export default class NavOverlay extends Component { <div className="footer no-artist" ref={this.footerRef} /> ) )} - <TextOverlay location={this.props.location} match={this.props.match} /> <SubtitlesOverlay location={this.props.location} match={this.props.match} /> </div> ) |
