diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-04-15 18:20:13 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-04-15 18:20:13 +0200 |
| commit | 5dc81aead9385555281e2945dc7a2b1f6f53d6fe (patch) | |
| tree | b360bc52afe71b4464bd313f7866b58e01bbcbca /frontend/site/projects/museum/views/nav.overlay.js | |
| parent | e1581c8c079f9110929fb18290f98c22a70e19a0 (diff) | |
typo
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> ) |
