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, 2 insertions, 0 deletions
diff --git a/frontend/site/projects/museum/views/nav.overlay.js b/frontend/site/projects/museum/views/nav.overlay.js index 501b5af..804837d 100644 --- a/frontend/site/projects/museum/views/nav.overlay.js +++ b/frontend/site/projects/museum/views/nav.overlay.js @@ -9,6 +9,7 @@ import TextOverlay from './text.overlay' import JakrawalLinks from './jakrawal.links' import TitlesOverlay from './titles.overlay' import Flash from './flash' +import Marquee from './marquee' import { ARTISTS, ARTIST_ORDER, PROJECT_PAGE_SET } from "site/projects/museum/constants" import { ArrowLeft, ArrowRight } from "site/projects/museum/icons" import MuteButton from "site/audio/mute.button" @@ -179,6 +180,7 @@ class NavOverlay extends Component { <div className="footer no-artist" ref={this.footerRef} /> ) )} + <Marquee location={this.props.location} match={this.props.match} language={this.props.language} /> <TitlesOverlay location={this.props.location} match={this.props.match} /> <div className="home-corner"> {showHome && ( |
