diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-04-20 00:17:31 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-04-20 00:17:31 +0200 |
| commit | ed14754441c174f9343859e78e7a6e6d162dcfae (patch) | |
| tree | 881b199853aca63e823b917d5db6a5562d55dbd5 /frontend/site/projects/museum/views/nav.overlay.js | |
| parent | 5a6d9dc77ffd0124b96ad0998050ed5f7ba3e228 (diff) | |
re-implement marquee
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 && ( |
