summaryrefslogtreecommitdiff
path: root/frontend/site/projects/museum/views/nav.overlay.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2021-04-14 23:20:37 +0200
committerJules Laplace <julescarbon@gmail.com>2021-04-14 23:20:37 +0200
commitfb652afa3ad9069ec7bb7e6ec4621fc4b12968c3 (patch)
tree0a5076536e3e66df0b941ed2e9cf0d77ac9a54c8 /frontend/site/projects/museum/views/nav.overlay.js
parentcf3f66da31fc9c268c66250da7233173b7e8e872 (diff)
subtitles overlay
Diffstat (limited to 'frontend/site/projects/museum/views/nav.overlay.js')
-rw-r--r--frontend/site/projects/museum/views/nav.overlay.js2
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 dc059f5..e4a1a46 100644
--- a/frontend/site/projects/museum/views/nav.overlay.js
+++ b/frontend/site/projects/museum/views/nav.overlay.js
@@ -5,6 +5,7 @@ import actions from 'site/actions'
import "./nav.css"
import TextOverlay from './text.overlay'
+import SubtitlesOverlay from './subtitles.overlay'
import { ARTISTS, ARTIST_ORDER, PROJECT_PAGE_SET } from "site/projects/museum/constants"
import { ArrowLeft, ArrowRight } from "site/projects/museum/icons"
import { history } from "site/store"
@@ -152,6 +153,7 @@ export default class NavOverlay extends Component {
)
)}
<TextOverlay location={this.props.location} match={this.props.match} />
+ <Subtitles location={this.props.location} match={this.props.match} />
</div>
)
}