summaryrefslogtreecommitdiff
path: root/frontend/site/projects/museum/views/nav.overlay.js
diff options
context:
space:
mode:
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>
)
}